List.Node

The internal data storage object

Constructors

this
this(T v, Node* p, Node* n)
Undocumented in source.

Members

Properties

nextNode
inout(Node*) nextNode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
valueRef
inout(T) valueRef [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

next
Node* next;
Undocumented in source.
prev
Node* prev;
Undocumented in source.
value
T value;
Undocumented in source.

Meta