kotlin-stdlib
Common
JRE
Native
kotlin-stdlib
/
kotlin
/
Int
/
xor
xor
Common
JRE
Native
infix
fun
xor
(
other
:
Int
)
:
Int
Performs a bitwise XOR operation between the two values.
infix
fun
xor
(
other
:
Int
)
:
Int
Performs a bitwise XOR operation between the two values.
infix external
fun
xor
(
other
:
Int
)
:
Int
Performs a bitwise XOR operation between the two values.