queue-push!

[procedure] queue-push! queue x

SLIB: adds x to the front of queue.

See also make-queue, queue-pop!

[procedure] queue-push! queue obj1 obj2 ...

Gauche allows more than one object to be queued.