Next: stacks access, Previous: stacks objects, 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 #t
if stack is empty; otherwise return #f
.
Return #t
if stack is not empty; otherwise return
#f
.
Return an exact integer representing the number of objects in stack.