FreeListNode.NodeContents

Undocumented in source.
template FreeListNode(T)
deprecated
mixin template NodeContents () {}

Members

Static functions

fromRef
FreeListNode* fromRef(R r)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
V data;
Undocumented in source.
next
FreeListNode* next;

Next free node

Meta