List.readPtr

class List(T)
T*
readPtr

Return Value

Type: T*

pointer to element at an index

Be careful that the pointer might not be valid after the list has been resized, so try only to use it after all appending is done

Throws

Exception if index out of bounds

Meta