Stack

Stack using std.array.Appender.

Members

Functions

empty
bool empty()
Undocumented in source.
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.
takeBack
T takeBack()

Pop back value and return it.

top
inout(T) top()
Undocumented in source.

See Also

Meta