Function: HEAP-EMPTY-P
Source
(defun heap-empty-p (heap) (>= 0 (heap-size heap)))
Source Context