InputVisitor

Undocumented in source.

Constructors

this
this(Obj obj)
Undocumented in source.
this
this(Obj obj, size_t stackSize)
Undocumented in source.

Members

Functions

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

Variables

obj
Obj obj;
Undocumented in source.
started
bool started;
Undocumented in source.

Meta