Performs a bitwise exclusive OR on a variable and an expression and assigns the result to the variable.
result ^= expression |
Performs a bitwise exclusive OR on a variable and an expression and assigns the result to the variable.
result ^= expression |