provaengine ~master (2018-04-11T21:05:02Z)
Dub
Repo
LinkedList.insertBack
prova
util
linkedlist
LinkedList
Creates a node and places it at the end of the list
class
LinkedList
(T)
Node
!
T
insertBack
(
T
value
)
Meta
Source
See Implementation
prova
util
linkedlist
LinkedList
functions
clear
contains
getFirstNode
getLastNode
insertAfter
insertBack
insertBefore
insertFront
remove
properties
length
Creates a node and places it at the end of the list