dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
LinkedList.head
dlib
container
linkedlist
LinkedList
Head of the list.
struct
LinkedList
(T, bool ordered = true)
LinkedListElement
!(
T
)*
head
;
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
Head of the list.