StateStack

Undocumented in source.

Members

Functions

back
ref back()
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
put
auto put(State s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

stack
Vector!(State, Mallocator) stack;
Undocumented in source.

Meta