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