(pop-start! deq) deq: a deque returns any type
F
Removes the deque's first element, and returns it.
It's an error if the deque is empty.
(pop-start! deq) deq: a deque returns any type
Removes the deque's first element, and returns it.
It's an error if the deque is empty.