SList.Node

Undocumented in source.

Constructors

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

Destructor

~this
~this()
Undocumented in source.

Members

Variables

_next
Node* _next;
Undocumented in source.
_payload
T _payload;
Undocumented in source.

Meta