Method: (FINISH-HEAP-OUTPUT HEAP)

Source

(defmethod finish-heap-output ((heap heap))
  (finish-output (heap-stream heap)))
Source Context