Avatar
class Animal {} class Cat: Animal {} let cat = Cat() cat is Animal type(of: cat) === Animal.self こうかにゃ