Enums

The following enums are available globally.

  • A datatype that can manifest itself as one of two types.

    See more

    Declaration

    Swift

    public enum Either<L, R>
  • An error thrown when parsing fails.

    See more

    Declaration

    Swift

    public enum ParseError: ErrorType