Impl.Iterator

Undocumented in source.
mixintemplate Impl(NODEREF, bool HASPREV, bool HASTAIL, alias data)
static
struct Iterator (
bool FORWARD
) {}

Members

Functions

popFront
void popFront()
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.
front
auto ref front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cursor
NODEREF cursor;
Undocumented in source.

Meta