Size

public enum Size : String

Current size of the environment.

  • lt

    Undocumented

    Declaration

    Swift

    case lt = "LT"
  • xs

    Undocumented

    Declaration

    Swift

    case xs = "XS"
  • s

    Undocumented

    Declaration

    Swift

    case s = "S"
  • ms

    Undocumented

    Declaration

    Swift

    case ms = "MS"
  • m

    Undocumented

    Declaration

    Swift

    case m = "M"
  • ml

    Undocumented

    Declaration

    Swift

    case ml = "ML"
  • l

    Undocumented

    Declaration

    Swift

    case l = "L"
  • xl

    Undocumented

    Declaration

    Swift

    case xl = "XL"
  • xxl

    Undocumented

    Declaration

    Swift

    case xxl = "XXL"
  • Undocumented

    Declaration

    Swift

    case xxxl = "XXXL"