Avatar
前カンマは割りとアリで、型パラのcondition書くのにも使ったりする
3:31 AM
class Foo<X, Y>: SuperFoo where X: Sequence , Y: Collection ... { ... }
3:31 AM
こんな感じ