Stack

Stack using std.array.Appender.

Members

Functions

backPop
T backPop()

Pop back value and return it.

pop
void pop()

Pop back value.

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.

See Also

Meta