ae v0.0.1981 (2017-07-03T22:25:46Z)
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