Appearance
function bit_xor( this: void, left: number, right: number): number;
Apply bitwise XOR to two signed integers.
this
void
left
number
right
Result of left ^ right.
left ^ right