- 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).
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).