chickadee » srfi-117 » list-queue-copy

list-queue-copy list-queueprocedure

Returns a newly allocated list queue containing the elements of list-queue. This operation is O(n) where n is the length of list-queue.