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
Exception if index out of bounds
See Implementation