<max-heap> ( -- max-heap )
Factor handbook » The language » Collections » Heaps

Prev:max-heap? ( object -- ? )
Next:heap-empty? ( heap -- ? )


Vocabulary
heaps

Inputs
None

Outputs
max-heapa max-heap


Word description
Create a new max-heap.

Definition