Avatar
これ、Swift4.1以前からCond confが使えてませんか??
9:32 AM
@swiftbot --version=4.0.3 struct A<T1, T2> {} typealias B<T> = A<Int, T> typealias D = A<Int, Int> protocol C {} extension A: C where T1 == Int {}
🛠 1