chickadee » heap » heap-empty?

heap-empty? heapprocedure

Is the heap empty?

heap
The heap to check
(define (heap-empty? heap) (zero? (heap-size heap)))