pheap-empty? ( heap -- ? )
Persistent heaps

Prev:pheap-pop* ( heap -- newheap )
Next:assoc>pheap ( assoc -- heap )


Vocabulary
persistent.heaps

Inputs
heapa persistent heap


Outputs
?a boolean


Word description
Returns true if this is an empty persistent heap.

Definition