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