Enums
The following enums are available globally.
- 
                  
                  
A datatype that can manifest itself as one of two types.
See moreDeclaration
Swift
public enum Either<L, R> 
- 
                  
                  
An error thrown when parsing fails.
See moreDeclaration
Swift
public enum ParseError: ErrorType 
        Enums  Reference