utils v0.1.8 (2018-01-19T16:45:16Z)
Dub
Repo
LinkedList.read
utils
lists
LinkedList
returns pointer of next node to be read, null if there are no more nodes
class
LinkedList
(T)
T
*
read
(
)
Meta
Source
See Implementation
utils
lists
LinkedList
constructors
this
destructors
~this
functions
append
clear
clearBookmarks
hasElement
hasElements
insert
moveToBookmark
placeBookmark
read
readFirst
readLast
removeBookmark
removeFirst
removeLastRead
resetRead
toArray
properties
count
returns pointer of next node to be read, null if there are no more nodes