createPointer

Create a late init pointer inside the register

Return

The new pointer

Since

0.1.0

See also


fun createPointer(value: T): Pointer<T>(source)

Create a late init pointer inside the register

Return

The new pointer

Since

0.1.0

Parameters

value

The value the pointer should point to

See also