xor

infix fun xor(other: Long): Long

Performs a bitwise XOR operation between the two values.

infix fun xor(other: Long): Long

Performs a bitwise XOR operation between the two values.

infix external fun xor(other: Long): Long

Performs a bitwise XOR operation between the two values.