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.
See Implementation
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.