Enumerations
The following enumerations are available globally.
-
An enum that can unify a single Fragment and an array of Fragments into one type
See moreDeclaration
Swift
public enum Code : CodeRepresentable, Equatable
-
A data structure type
See moreDeclaration
Swift
public enum DataType : String
-
Represents keywords on a function after the arguments
See moreDeclaration
Swift
public enum FunctionKeyword : Hashable
extension FunctionKeyword: Comparable
-
Represents the throw and rethrow keywords on a function
See moreDeclaration
Swift
public enum ThrowKeyword : String
-
The access level modifiers available in Swift expressed as an enum
See moreDeclaration
Swift
public enum Access : String
-
Undocumented
See moreDeclaration
Swift
public enum FunctionSpecError : Error