xor
scrypt-ts-opcat / xor
Function: xor()
xor(
a
,b
):Int32
Defined in: packages/scrypt-ts-opcat/src/smart-contract/fns/bitwise.ts:124
Performs a bitwise XOR operation on two Int values.
Parameters
a
First integer value
b
Second integer value
Returns
Result of the XOR operation as an Int