Enums

The following enums are available globally.

  • Defines inequality signs used by inquality and inequality extended expressions.

    See more

    Declaration

    Swift

    enum InequalitySign: String
  • Represents internal patterns used by the framework to avoid copy-pastes.

    See more

    Declaration

    Swift

    enum InternalPattern: String
  • Specifies available translation types used by translation processor to have knowledge about specifics of loaded translations. It helps later to decide what is needed to do with LoadedTranslation’s content property.

    See more

    Declaration

    Swift

    enum LoadedTranslationType