kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
UInt
/
xor
xor
infix inline
fun
xor
(
other
:
UInt
)
:
UInt
(
source
)
Performs a bitwise XOR operation between the two values.