Next: queues access, Previous: queues objects, Up: queues [Index]
The following syntactic bindings are exported by the library
(vicare containers queues)
. The syntactic bindings whose name
is prefixed with $
are unsafe operations: they do not
validate their arguments before accessing them.
Return #t
if queue is empty; otherwise return #f
.
Return #t
if queue is not empty; otherwise return
#f
.
Return an exact integer representing the number of objects in queue.