Avatar
個人的には逆をやりたいのですが出来なくて困っています
3:27 AM
protocol A { associatedtype E } protocol B { associatedtype E } struct C: A, B { typealias A.E = Int typealias B.E = String } これはどうあがいてもムリです。 (edited)