- 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.
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.