Iterator

Undocumented in source.

Constructors

this
this(Node* head)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
Node* front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
safe
Iterator!(Node) safe()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

head
Node* head;
Undocumented in source.

Meta