- 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.