chickadee » data-structures » queue-push-back!

queue-push-back! QUEUE ITEMprocedure

Pushes an item into the first position of a queue, i.e. the next queue-remove! will return ITEM.