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

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


Vocabulary
heaps

Inputs and outputs
objectan object
?a boolean


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

Definition