ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
ListCommon.Data
ae
utils
container
listnode
ListCommon
Undocumented in source.
struct
ListCommon
mixin template
Data (
NODEREF
bool
HASPREV
bool
HASTAIL
) {
NODEREF
head
;
static if
(
HASTAIL
)
NODEREF
tail
;
}
Members
Variables
head
NODEREF
head
;
Undocumented in source.
tail
NODEREF
tail
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
container
listnode
ListCommon
mixin templates
Data
Impl