Avatar
あー、 associatedtype を縛る方は typealias のままだったのか。書くことないから忘れてた。 https://twitter.com/chriseidhof/status/700305519328755712
In Swift 2.2, when using associatedtype, you still have to use typealias to declare an associated type instance:
🙄 1
4:36 AM
これ↑みたいに、縛る方は associatedtype Foo = Bar の方が良くないのかな?何かダメな理由あるっけ?