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