Top "Associated-types" questions

Swift - Associated value or extension for an Enum

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-values
In Swift, how to cast to protocol with associated type?

In 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