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

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta