OperatorSet
An immutable Set of Operators, used by pretty-printing/parsing code (e.g. TermFormatter.prettyExpressions) to know which functors should be rendered/read as prefix, infix, or postfix expressions. DEFAULT (same as STANDARD) bundles the usual arithmetic, comparison, and control-flow operators; plus/minus let a program layer its own operators on top of (or remove some from) an existing set without mutating it.
Constructors
Functions
Creates a new OperatorSet removing from this the other operators
Creates a new OperatorSet adding to this the other Operator, overriding already present operator if one
Creates a new OperatorSet adding to this the other operators, overriding already present operators
Builds an OperatorsIndex out of this collection of Operators, for fast functor/specifier lookups.