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