of

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

Create a new pointer pointing to the given value

Return

The new pointer

Since

0.1.0

Parameters

value

The value the pointer should point to