- 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.
- getCapazity
size_t getCapazity()
Undocumented in source. Be warned that the author may not have intended to support it.
- init
void init(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- pop
void pop()
Undocumented in source. Be warned that the author may not have intended to support it.
- push
Stack!(T) push(T elem)
Undocumented in source. Be warned that the author may not have intended to support it.
- top
T top()
Undocumented in source. Be warned that the author may not have intended to support it.