XOR
Performs a bitwise XOR operation between the two values.
Usage: a ^ b
Note: this operator is not compatible with Operators.POWER. They can't be included in the same context.
Performs a bitwise XOR operation between the two values.
Usage: a ^ b
Note: this operator is not compatible with Operators.POWER. They can't be included in the same context.