SimpleStack

Undocumented in source.
version(noscid)
static
struct SimpleStack (
T
) {}

Members

Functions

destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
pop
T pop()
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(T elem)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta