and

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

returns the bitwise and of this address and the given address.

Return

the result of the bitwise and

Parameters

other

the address to perform bitwise and with


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

returns the bitwise and of this address and the given unsigned integer.

Return

the result of the bitwise and

Parameters

other

the unsigned integer to perform bitwise and with