Type Aliases
The following type aliases are available globally.
-
AttributeType is a Tuple (String, String?)
Declaration
Swift
public typealias AttributeType = (String, String?)
-
Define a
typealias
for SelectOptionsTypeDeclaration
Swift
public typealias SelectOptionsType = [[String : CustomStringConvertible]]