PtrArray.index

Returns the pointer at the given index of the pointer array.

This does not perform bounds checking on the given index, so you are responsible for checking it against the array length.

class PtrArray
void*
index
(
uint idx
)