ListParts.Data

Undocumented in source.
struct ListParts(T, bool HASPREV, bool HASTAIL, alias ALLOCATOR = heapAllocator)
struct Data {}

Members

Mixins

__anonymous
mixin ListCommon.Data!(Node*, HASPREV, HASTAIL)
Undocumented in source.

Mixed In Members

From mixin ListCommon.Data!(Node*, HASPREV, HASTAIL)

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

Meta