dextool v1.2.2 (2019-07-12T16:12:10Z)
Dub
Repo
DList.Node
cachetools
containers
lists
DList
Undocumented in source.
struct
DList
(T, Allocator = Mallocator)
struct
Node (
T
) {
T
payload
;
}
Alias This
payload
Members
Variables
payload
T
payload
;
Undocumented in source.
Meta
Source
See Implementation
cachetools
containers
lists
DList
aliases
insertFront
functions
head
insert_first
insert_last
length
move_to_tail
remove
tail
postblits
this(this)
structs
Node