pheap>values ( heap -- seq )
Persistent heaps

Prev:pheap>alist ( heap -- alist )


Vocabulary
persistent.heaps

Inputs
heapa persistent heap


Outputs
seqan array


Word description
Creates an an array of all of the values in the heap, in sorted order by priority. This does not modify the heap.

Definition