Method ADT.Stack()->quick_pop()
- Method quick_pop
void quick_pop(void|int val)
- Description
Pops val entries from the stack, or one entry if no value is given. The popped entries are not actually freed, only the stack pointer is moved.
void quick_pop(void|int val)
Pops val entries from the stack, or one entry if no value is given. The popped entries are not actually freed, only the stack pointer is moved.