kotlin-stdlib
Common
JRE
Native
kotlin-stdlib
/
kotlin
/
Boolean
/
xor
xor
Common
JRE
Native
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.