xor

infix fun xor(other: Boolean): Boolean

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

infix fun xor(other: Boolean): Boolean

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

infix external fun xor(other: Boolean): Boolean

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