and

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

Performs bitwise AND with another Address64.


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

Performs bitwise AND with a Long.


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

Performs bitwise AND with a ULong.