dequeue!

[procedure] dequeue! queue

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

queue-pop! does the same thing.

This is called queue-remove! in some implementations.

See also make-queue, enqueue!