LinkedList.read

returns pointer of next item to be read, null if there are no more items

class LinkedList(T)
T*
read
()

Meta