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

Prev:min-heap
Next:<min-heap> ( -- min-heap )


Vocabulary
heaps

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the min-heap class.

Definition