Types
Collection of scanned types for accessing in templates
-
-
All known typealiases
-
-
-
All known types, excluding protocols or protocol compositions.
-
All known protocols
-
All known protocol compositions
-
All known classes
-
All known structs
-
All known enums
-
All known extensions
-
Types based on any other type, grouped by its name, even if they are not known.
types.based.MyType
returns list of types based onMyType
-
Classes inheriting from any known class, grouped by its name.
types.inheriting.MyClass
returns list of types inheriting fromMyClass
-
Types implementing known protocol, grouped by its name.
types.implementing.MyProtocol
returns list of types implementingMyProtocol