ae v0.0.2824 (2020-10-12T01:09:09Z)
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