chickadee » srfi-214 » flexvector-remove-front!

flexvector-remove-front! fvprocedure

Removes and returns the first element from fv, then shifts all other elements forward. flexvector-remove-back! instead removes the last element, without moving any other elements, and has the same performance guarantees as flexvector-add-back!. It is an error if fv is empty.