(deque? val) val: any type returns a bool
F
Returns #t
if its argument is a double-ended queue.
Double-ended queues support O(1)
random access using integer keys, and they can be
manipulated using APIs like push-start!
and
swap-remove!
.
Currently, the double-ended queue API is only supported by the primitive types
arr
and str
.