Stack

Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
getData
const(T[]) getData()
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 val)
Undocumented in source. Be warned that the author may not have intended to support it.
reserve
void reserve(ptrdiff_t k)
Undocumented in source. Be warned that the author may not have intended to support it.
top
inout(T) top()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
T[] data;
Undocumented in source.
sdata
T[N] sdata;
Undocumented in source.
topI
ptrdiff_t topI;
Undocumented in source.

Meta