Handbook
Glossary
max-heap? ( object -- ? )
Factor handbook
»
The language
»
Collections
»
Heaps
Prev:
max-heap
Next:
<max-heap> ( -- max-heap )
Vocabulary
heaps
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
max-heap
class.
Definition
USING:
classes.tuple.private
;
IN:
heaps
:
max-heap?
( object -- ? )
\
max-heap
9
tuple-instance?
;