ListLink

Mixin containing the linked-list fields. When using *ListContainer, inject it into your custom type.

Members

Aliases

NODEREF
alias NODEREF = RefType!(typeof(this))
Undocumented in source.

Variables

next
NODEREF next;
Undocumented in source.
prev
NODEREF prev;
Undocumented in source.

Meta