BooleanOperator

public enum BooleanOperator : String, CustomStringConvertible, Codable

Undocumented

  • and

    Undocumented

    Declaration

    Swift

    case and = "And"
  • or

    Undocumented

    Declaration

    Swift

    case or = "Or"
  • Declaration

    Swift

    public var description: String { get }