queue-pop!

[procedure] queue-pop! queue

SLIB, Gauche: removes and returns the first item of queue.

dequeue! does the same thing.

This is called queue-remove! in some implementations.

See also make-queue, queue-push!