xor

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

Performs bitwise XOR with another Address64.


infix inline fun xor(other: Long): Address64(source)

Performs bitwise XOR with a Long.


infix inline fun xor(other: ULong): Address64(source)

Performs bitwise XOR with a ULong.