SList.Node
- this
this(T v, Node* n)
Undocumented in source.
- ~this
~this()
Undocumented in source.
- _next
Node* _next;
Undocumented in source.
- _payload
T _payload;
Undocumented in source.
stdx collections slist SList
aliasesconstructorsdestructorsfunctionsmixin templatespostblitsstatic functionsstructsvariables