OperatorType

public enum OperatorType : String, CustomStringConvertible, Codable

Undocumented

  • eq

    Undocumented

    Declaration

    Swift

    case eq = "eq"
  • lt

    Undocumented

    Declaration

    Swift

    case lt = "lt"
  • gt

    Undocumented

    Declaration

    Swift

    case gt = "gt"
  • le

    Undocumented

    Declaration

    Swift

    case le = "le"
  • ge

    Undocumented

    Declaration

    Swift

    case ge = "ge"
  • in

    Undocumented

    Declaration

    Swift

    case `in` = "in"
  • Undocumented

    Declaration

    Swift

    case between = "between"
  • Declaration

    Swift

    public var description: String { get }