LinkedList.read

returns pointer of next node to be read, null if there are no more nodes

class LinkedList(T)
T*
read
()

Meta