Enums

The following enums are available globally.

  • Enumed images names from the project Asset Catalog

    See more

    Declaration

    Swift

    enum Asset: String
  • A light-weight version of Result<T> for the purpose of this project

    See more

    Declaration

    Swift

    enum Result<T>