xor(a
): (b
) => boolean
Logical Exclusive Disjunction (a ^ b)
.
Parameters
unknown
The first value in the bitwise XOR.
Returns
(b
): boolean
Parameters
unknown
Returns
boolean
See
https://en.wikipedia.org/wiki/Exclusive_or
pure function
Example