xor

expect infix fun xor(other: Boolean): Boolean(source)

Performs a logical xor operation between this Boolean and the other one.

Since Kotlin

1.0
actual infix fun xor(other: Boolean): Boolean(source)

Performs a logical xor operation between this Boolean and the other one.

Since Kotlin

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

Performs a logical xor operation between this Boolean and the other one.

Since Kotlin

1.0
actual infix external fun xor(other: Boolean): Boolean(source)

Performs a logical xor operation between this Boolean and the other one.

Since Kotlin

1.3
actual infix fun xor(other: Boolean): Boolean(source)

Performs a logical xor operation between this Boolean and the other one.

Since Kotlin

1.8
actual infix fun xor(other: Boolean): Boolean(source)

Performs a logical xor operation between this Boolean and the other one.

Since Kotlin

1.8