The class of double-ended queues. This class supports efficient forward and backward iteration, and efficient addition and removal of elements from the beginning or end of the sequence.
abstract free open
| size: | An instance of <integer> specifying the size of the deque. The default value is 0. |
| fill: | An instance of <object> specifying an initial value for each element of the deque. The default value is #f. |