Stack

Stack.

Members

Functions

backPop
T backPop()
Undocumented in source. Be warned that the author may not have intended to support it.
pop
void pop()
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(T t)
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.
top
inout(T) top [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_app
Appender!(T[]) _app;
Undocumented in source.

See Also

Meta