General question regarding swift enum. I want to create an enum of "icon" and "associate" a value to the enum …
swift enums associated-object associated-types computed-valuesIn the following code, I want to test if x is a SpecialController. If it is, I want to get …
swift generics swift3 protocols associated-types