OperatorType
public enum OperatorType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case eq = "eq"
-
Undocumented
Declaration
Swift
case lt = "lt"
-
Undocumented
Declaration
Swift
case gt = "gt"
-
Undocumented
Declaration
Swift
case le = "le"
-
Undocumented
Declaration
Swift
case ge = "ge"
-
Undocumented
Declaration
Swift
case `in` = "in"
-
Undocumented
Declaration
Swift
case between = "between"
-
Declaration
Swift
public var description: String { get }