or

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

Performs bitwise OR with another Address32.


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

Performs bitwise OR with an Int.


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

Performs bitwise OR with a UInt.