getOrNull

fun getOrNull(index: Int): Pointer<T>?(source)

Get the pointer at the given index or null if the pointer is not registered

Return

The pointer or null

Since

0.1.0

Parameters

index

The index of the pointer