heap-pop* ( heap -- )
Factor handbook » The language » Collections » Heaps

Prev:heap-push-all ( assoc heap -- )
Next:heap-pop ( heap -- value key )


Vocabulary
heaps

Inputs
heapa heap


Outputs
None

Word description
Remove the first element from the heap.

Side effects
Modifies heap

Definition


Methods