heap-size ( heap -- n )
Factor handbook » The language » Collections » Heaps

Prev:heap-empty? ( heap -- ? )
Next:heap-peek ( heap -- value key )


Vocabulary
heaps

Inputs
heapa heap


Outputs
nan integer


Word description
Returns the number of key/value pairs in the heap.

Definition


Methods