List

Undocumented in source.
struct List (
Node
) if (
is(Node == struct) &&
is(typeof(Node.next) == Node*)
) {}

Members

Functions

popFront
Node* popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
pushBack
void pushBack(Node* node)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta