Handbook
Glossary
<persistent-heap> ( -- heap )
Persistent heaps
Next:
<singleton-heap> ( value prio -- heap )
Vocabulary
persistent
.
heaps
Inputs
None
Outputs
heap
a persistent heap
Word description
Creates a new persistent heap
Definition
USING:
persistent.heaps.private
;
IN:
persistent.heaps
:
<persistent-heap>
( -- heap )
T{
empty-heap
}
;