(pop! deq)
  deq: a deque
  returns any type
F

Removes the deque's last element, and returns it.

It's an error if the deque is empty.

push-start!
pop-start!