chickadee » srfi-117 » list-queue-remove-front!

list-queue-remove-front! list-queueprocedure

Removes the first element of list-queue and returns it. If the list queue is empty, it is an error. This operation is O(1).