Avatar
func spawn() -> Self { return type(of: self).init() } これ return Cat() じゃダメなんだっけ?