Avatar
protocol Hoge {} private protocol PrivateHoge { var xxx, yyy, zzz } extension Hoge where Self: PrivateHoge { ... } (edited)
7:44 AM
こういうのじゃダメなの