vector-pop
(vector-pop vector)
Decrements the fill pointer of a vector created with make-array :fill-pointer and returns the element it moved past (the last pushed element). Signals an error when the vector has no fill pointer or the fill pointer is already 0.