kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.experimental
/
xor
xor
infix inline
fun
Byte
.
xor
(
other
:
Byte
)
:
Byte
(
source
)
infix inline
fun
Short
.
xor
(
other
:
Short
)
:
Short
(
source
)
Performs a bitwise XOR operation between the two values.
Since Kotlin
1.1