Enumerations

The following enumerations are available globally.

  • A generic type of either .success(T), or .failure(U)

    See more

    Declaration

    Swift

    public enum Result<T, U>: CustomStringConvertible, CustomDebugStringConvertible
  • Provides possible levels to print as, and set for filtering

    See more

    Declaration

    Swift

    public enum LogLevel: Int, CustomStringConvertible