kotlin-stdlib
Common
JRE
Native
kotlin-stdlib
/
kotlin
/
Long
/
xor
xor
Common
JRE
Native
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.