tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
DList.Element
tagion
utils
DList
DList
Undocumented in source.
struct
DList
(E)
@
nogc
struct
Element {
E
entry
;
protected
Element
*
next
;
protected
Element
*
prev
;
this
(E e);
}
Constructors
this
this
(E e)
Undocumented in source.
Members
Variables
entry
E
entry
;
Undocumented in source.
next
Element
*
next
;
Undocumented in source.
prev
Element
*
prev
;
Undocumented in source.
Meta
Source
See Implementation
tagion
utils
DList
DList
functions
first
last
length
moveToFront
opSlice
pop
push
remove
revert
shift
unshift
structs
Element
Range