Appearance
const xor: OperatorFn;
Defined in: operations.ts:346
Performs a logical exclusive OR across all arguments.
Returns true if exactly one argument is truthy.
true
Primitive arguments
true if exactly one argument is truthy, otherwise false
false
1.0.0
David Schummer