xor

infix inline fun xor(other: Address32): Address32(source)

Performs bitwise XOR with another Address32.


infix inline fun xor(other: Int): Address32(source)

Performs bitwise XOR with an Int.


infix inline fun xor(other: UInt): Address32(source)

Performs bitwise XOR with a UInt.