Enumerations

The following enumerations are available globally.

  • An enum that can unify a single Fragment and an array of Fragments into one type

    See more

    Declaration

    Swift

    public enum Code : CodeRepresentable, Equatable
  • A data structure type

    See more

    Declaration

    Swift

    public enum DataType : String
  • Represents keywords on a function after the arguments

    See more

    Declaration

    Swift

    public enum FunctionKeyword : Hashable
    extension FunctionKeyword: Comparable
  • Represents the throw and rethrow keywords on a function

    See more

    Declaration

    Swift

    public enum ThrowKeyword : String
  • The access level modifiers available in Swift expressed as an enum

    See more

    Declaration

    Swift

    public enum Access : String
  • Undocumented

    See more

    Declaration

    Swift

    public enum FunctionSpecError : Error