DimensionType
public enum DimensionType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case inclusive = "INCLUSIVE" -
Undocumented
Declaration
Swift
case exclusive = "EXCLUSIVE" -
Declaration
Swift
public var description: String { get }
View on GitHub
DimensionType Enumeration Reference