Size
public enum Size : String
Current size of the environment.
-
Undocumented
Declaration
Swift
case lt = "LT" -
Undocumented
Declaration
Swift
case xs = "XS" -
Undocumented
Declaration
Swift
case s = "S" -
Undocumented
Declaration
Swift
case ms = "MS" -
Undocumented
Declaration
Swift
case m = "M" -
Undocumented
Declaration
Swift
case ml = "ML" -
Undocumented
Declaration
Swift
case l = "L" -
Undocumented
Declaration
Swift
case xl = "XL" -
Undocumented
Declaration
Swift
case xxl = "XXL" -
Undocumented
Declaration
Swift
case xxxl = "XXXL"
View on GitHub
Size Enumeration Reference