chickadee » data-structures » queue->list

(queue->list QUEUE) procedure

Returns QUEUE converted into a list, where the first element of the list is the same as the first element of the queue. The resulting list may share memory with the queue object and should not be modified.