Reduces a deque's size.
start-n
elements are popped from the start of the deque, and end-n
elements
are popped from its end.
If the length of the deque is less than (+ start-n end-n)
, it's an error.
Reduces a deque's size.
start-n
elements are popped from the start of the deque, and end-n
elements
are popped from its end.
If the length of the deque is less than (+ start-n end-n)
, it's an error.