Next: stacks folding, Previous: stacks inspection, Up: stacks [Index]
The following syntactic bindings are exported by the library
(vicare containers stacks)
. The syntactic bindings whose name
is prefixed with $
are unsafe operations: they do not
validate their arguments before accessing them.
Return the object at the top of the stack. Raise an assertion violation if stack is empty.
Push obj on the top of the stack.
Remove the object at the top of the stack and return it. Raise an assertion violation if stack is empty.
Remove all the elements from stack.