Avatar
@swift-5.0.3 struct View<Value> { typealias Value = Value var value: Value } print(View<Int>.Value.self)