heap-empty? ( heap -- ? )
Factor handbook » The language » Collections » Heaps

Prev:<max-heap> ( -- max-heap )
Next:heap-size ( heap -- n )


Vocabulary
heaps

Inputs
heapa heap


Outputs
?a boolean


Word description
Tests if a heap has no nodes.

Definition


Methods