dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
LinkedList.empty
dlib
container
linkedlist
LinkedList
Check if list has no elements.
struct
LinkedList
(T, bool ordered = true)
@
property
bool
empty
(
)
Examples
LinkedList
!
int
list
;
assert
(
list
.
empty
);
Meta
Source
See Implementation
dlib
container
linkedlist
LinkedList
aliases
append
insertBeginning
removeBeginning
search
functions
appendList
byElement
find
free
insertAfter
insertBack
insertFront
opApply
opCatAssign
removeAfter
removeFront
toArray
properties
empty
variables
head
length
tail
Check if list has no elements.