Iterator

Undocumented in source.

Constructors

this
this(shared(Node*) head)
Undocumented in source.

Members

Aliases

Node
alias Node = SList!T.Node
Undocumented in source.

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
shared(T) front()
Undocumented in source. Be warned that the author may not have intended to support it.
node
shared(Node*) node()
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.

Variables

current
shared(Node*) current;
Undocumented in source.

Meta