Parents: | persistent |
Tags: | collections |
Authors: | Daniel Ehrenberg |
Word | Stack effect |
pheap-peek | ( heap -- value prio ) |
pheap-push | ( value prio heap -- newheap ) |
Word | Stack effect |
<persistent-heap> | ( -- heap ) |
<singleton-heap> | ( value prio -- heap ) |
assoc>pheap | ( assoc -- heap ) |
empty-pheap | ( -- * ) |
pheap-empty? | ( heap -- ? ) |
pheap-pop | ( heap -- newheap value prio ) |
pheap-pop* | ( heap -- newheap ) |
pheap>alist | ( heap -- alist ) |
pheap>values | ( heap -- seq ) |