point

fun <T> T.point(): Pointer<T>(source)

Create a new pointer pointing to the given value

Receiver

The value the pointer should point to

Return

The new pointer

Since

0.1.0