Enumerations

The following enumerations are available globally.

  • The Result represents a possible result expecting any given type.

    See more

    Declaration

    Swift

    public enum Result<Type> where Type : Decodable, Type : Encodable
    extension Result: Codable
  • Defines the capacity of a storage.

    See more

    Declaration

    Swift

    public enum StorageCapacity : Equatable