Avatar
お、分かれた
5:37 AM
@swift-6.0.3 @swift-5.10.1 protocol P { associatedtype T = Int } struct S<T>: P { typealias TType = T } print(S<String>.TType.self)