ListCommon.Data

Undocumented in source.
struct ListCommon
mixin template Data (
NODEREF
bool HASPREV
bool HASTAIL
) {}

Members

Variables

head
NODEREF head;
Undocumented in source.
tail
NODEREF tail;
Undocumented in source.

Meta