bitwise_xor()
Syntax
bitwise_xor(...args)
Returns a number whose binary representation has a 1
in each bit position for
which the corresponding bits of either but not both operands are 1
.
bitwise_xor(...args)
Returns a number whose binary representation has a 1
in each bit position for
which the corresponding bits of either but not both operands are 1
.