fun xor(value: UInt256): UInt256
(source)
Return a bit-wise XOR of this value and the supplied value.
value
- the value to perform the operation with
Return
the result of a bit-wise XOR
fun xor(bytes: Bytes32): UInt256
(source)
Return a bit-wise XOR of this value and the supplied bytes.
bytes
- the bytes to perform the operation with
Return
the result of a bit-wise XOR