Handbook
Glossary
<max-heap> ( -- max-heap )
Factor handbook
»
The language
»
Collections
»
Heaps
Prev:
max-heap? ( object -- ? )
Next:
heap-empty? ( heap -- ? )
Vocabulary
heaps
Inputs
None
Outputs
max-heap
a
max-heap
Word description
Create a new
max-heap
.
Definition
USING:
heaps.private
;
IN:
heaps
:
<max-heap>
( -- max-heap )
max-heap
<heap>
;