collections-d v0.4.2 (2021-05-10T18:17:40Z)
Dub
Repo
LinkedList.empty
collections
linkedlist
LinkedList
Returns true when the end of the list have been reached.
struct
LinkedList
(E, bool allowDuplicates = true, alias equal = "a == b")
@
property
@
nogc
@
safe
nothrow pure
bool
empty
(
)
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
Returns true when the end of the list have been reached.