Performs a bitwise XOR operation on two U64 values. Equivalent to the numeric ^ operator.
U64
^
First operand.
Second operand.
The result of the bitwise XOR operation.
Performs a bitwise XOR operation on two
U64
values. Equivalent to the numeric^
operator.