and

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

Performs bitwise AND with another Address32.


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

Performs bitwise AND with an Int.


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

Performs bitwise AND with a UInt.