Avatar
enum E { case Foo { func fooMethod() { ... } } case Bar { func barMethod() { ... } } } みたいな proposal もあった気がするんだけどみつからない。