Function: EMPTY-QUEUE-P

Source

(defun empty-queue-p (q)
  (null (queue-contents q)))
Source Context