collections-d v0.4.5 (2021-09-21T18:03:52Z)
Dub
Repo
LinkedList.put
collections
linkedlist
LinkedList
Inserts an element at the end of the list.
alias
put
=
insertAtEnd
E
put
(E value)
struct
LinkedList
(E, bool allowDuplicates = true, alias equal = "a == b")
@
safe
pure nothrow
static if
(!(
allowDuplicates
))
E
put
(
E
value
)
Meta
Source
See Implementation
collections
linkedlist
LinkedList
aliases
opDollar
put
constructors
this
functions
has
hasRange
insertAt
insertAtEnd
moveAt
moveFront
opBinary
opIndex
opIndexAssign
opOpAssign
opSlice
popBack
popFront
remove
removeByElem
setAsFirst
swap
toString
which
properties
arrayOf
back
backRef
empty
front
frontRef
length
save
Inserts an element at the end of the list.