Ask a question to get started
Enter to sendā¢Shift+Enter new line
Returns a function that performs an operation based on the provided operator.
getOperatorFunction(operator: Operator): (a: boolean, b: boolean) => boolean
operator
Operator
The operator to base the operation function on.