Skip to content

Bitwise Xor Operator

IsaacShelton edited this page Mar 21, 2022 · 1 revision

^ Operator

The ^ operator is used for performing the bitwise-xor operation on two numeric types.

1 ^ 2
Clone this wiki locally