Function: QUEUE-CONTENTS
Source
(defun queue-contents (q) (cdr q))
Source Context