<singleton-heap> ( value prio -- heap )
Persistent heaps

Prev:<persistent-heap> ( -- heap )
Next:pheap-peek ( heap -- value prio )


Vocabulary
persistent.heaps

Inputs
valuean object
prioa priority


Outputs
heapa persistent heap


Word description
Creates a new persistent heap consisting of one object with the given priority.

Definition