FreeListNode.FreeListNode

Undocumented in source.
  1. struct FreeListNode
  2. union FreeListNode
    template FreeListNode(T)
    deprecated
    !debug
    union FreeListNode {}

Members

Mixins

__anonymous
mixin NodeContents
Undocumented in source.

Mixed In Members

From mixin NodeContents

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

Next free node

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

Meta