Avatar
class Animal {} class Cat<X, Y> : Animal where X: Sequence, Y: Collection, X.Element == Y.Element {} where出すとこんな感じ