chickadee » srfi-117 » list-queue-append

list-queue-append list-queue ...procedure

Returns a list queue which contains all the elements in front-to-back order from all the list-queues in front-to-back order. The result does not share storage with any of the arguments. This operation is O(n) in the total number of elements in all queues.