I really, really like this idea, but it breaks down with init
:
MyType.`MyKit.init`(...) // Needs to reference an initializer
MyType.`init`(...) // References a method/property/etc. named `init`
I really, really like this idea, but it breaks down with init
:
MyType.`MyKit.init`(...) // Needs to reference an initializer
MyType.`init`(...) // References a method/property/etc. named `init`