utils v0.1.8 (2018-01-19T16:45:16Z)
Dub
Repo
LinkedList.append
utils
lists
LinkedList
adds a new node at the end of the list
void
append
(T item)
class
LinkedList
(T)
void
append
(
T
item
)
void
append
(T[] items)
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
adds a new node at the end of the list