plus

operator fun plus(other: Int): Pointer(source)

Adds an Int to the address of this Pointer

Since Kotlin

1.8

operator fun plus(other: UInt): Pointer(source)

Adds an UInt to the address of this Pointer

Since Kotlin

1.8
operator fun plus(other: Int): Pointer(source)

Adds an Int to the address of this Pointer

Since Kotlin

1.8

operator fun plus(other: UInt): Pointer(source)

Adds an UInt to the address of this Pointer

Since Kotlin

1.8