utils v0.4.5 (2022-01-11T08:20:00Z)
Dub
Repo
LinkedList.append
utils
ds
LinkedList
adds new nodes/items at end of list
void
append
(T item)
void
append
(T[] items)
class
LinkedList
(T)
void
append
(
T
[]
items
)
Meta
Source
See Implementation
utils
ds
LinkedList
constructors
this
destructors
~this
functions
append
clear
clearBookmarks
hasElement
hasElements
insert
moveToBookmark
placeBookmark
read
readFirst
readLast
remove
removeBookmark
removeFirst
removeLastRead
resetRead
toArray
properties
count
adds new nodes/items at end of list