Handbook
Glossary
pheap-empty? ( heap -- ? )
Persistent heaps
Prev:
pheap-pop* ( heap -- newheap )
Next:
assoc>pheap ( assoc -- heap )
Vocabulary
persistent
.
heaps
Inputs
heap
a persistent heap
Outputs
?
a
boolean
Word description
Returns true if this is an empty persistent heap.
Definition
USING:
persistent.heaps.private
;
IN:
persistent.heaps
:
pheap-empty?
( heap -- ? )
empty-heap?
;