plus

inline operator fun plus(other: Address32): Address32(source)

adds the given address to this address.

Return

the summed address

Parameters

other

the address to add


inline operator fun plus(other: Int): Address32(source)

adds the given integer (treated as an address) to this address.

Return

the summed address

Parameters

other

the integer value to add


inline operator fun plus(other: UInt): Address32(source)

adds the given unsigned integer (treated as an address) to this address.

Return

the summed address

Parameters

other

the unsigned integer value to add