BooleanOperator

public enum BooleanOperator : String
  • and

    Declaration

    Swift

    case and = ""
  • not

    Declaration

    Swift

    case not = "-"