utils ~master (2021-06-25T06:58:32Z)
Dub
Repo
LinkedList.removeFirst
utils
ds
LinkedList
removes the first node in list
If the list is empty, this function does nothing
class
LinkedList
(T)
void
removeFirst
(
)
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
removes the first node in list
If the list is empty, this function does nothing