ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
ListParts.Data
ae
utils
container
list
ListParts
Undocumented in source.
struct
ListParts
(T, bool HASPREV, bool HASTAIL, alias ALLOCATOR = heapAllocator)
struct
Data {
mixin
ListCommon
.
Data
!(
Node
*,
HASPREV
,
HASTAIL
)
;
}
Members
Mixins
__anonymous
mixin
ListCommon
.
Data
!(
Node
*,
HASPREV
,
HASTAIL
)
Undocumented in source.
Mixed In Members
From
mixin
ListCommon
.
Data
!(
Node
*,
HASPREV
,
HASTAIL
)
head
NODEREF
head
;
Undocumented in source.
tail
NODEREF
tail
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
container
list
ListParts
aliases
Node
manifest constants
ITEM_EXPR
structs
Data
templates
Impl