xor

infix fun xor(other: Int): Int(source)

Performs a bitwise XOR operation between the two values.

Since Kotlin

1.1
infix fun xor(other: Int): Int(source)

Performs a bitwise XOR operation between the two values.

Since Kotlin

1.0