xor (original) (raw)
expect infix fun xor(other: Long): Long(source)
Performs a bitwise XOR operation between the two values.
Since Kotlin
1.0
actual infix fun xor(other: Long): Long(source)
Performs a bitwise XOR operation between the two values.
Since Kotlin
1.1
infix fun xor(other: Long): Long(source)
Performs a bitwise XOR operation between the two values.
Since Kotlin
1.0
actual infix external fun xor(other: Long): Long(source)
Performs a bitwise XOR operation between the two values.
Since Kotlin
1.3
actual infix fun xor(other: Long): Long(source)
Performs a bitwise XOR operation between the two values.
Since Kotlin
1.8
actual infix fun xor(other: Long): Long(source)
Performs a bitwise XOR operation between the two values.
Since Kotlin
1.8