ae v0.0.3053 (2021-06-01T17:26:23Z)
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.
Meta
Source
See Implementation
ae
utils
container
list
ListParts
aliases
Node
manifest constants
ITEM_EXPR
structs
Data
templates
Impl