assoc>pheap ( assoc -- heap )
Persistent heaps

Prev:pheap-empty? ( heap -- ? )
Next:pheap>alist ( heap -- alist )


Vocabulary
persistent.heaps

Inputs
assocan assoc


Outputs
heapa persistent heap


Word description
Creates a new persistent heap from an associative mapping whose keys are the entries in the heap and whose values are the associated priorities.

Definition