Handbook
Glossary
max-heap
Factor handbook
»
The language
»
Collections
»
Heaps
Prev:
<min-heap> ( -- min-heap )
Next:
max-heap? ( object -- ? )
Vocabulary
heaps
Definition
USING:
heaps.private
;
IN:
heaps
TUPLE:
max-heap
<
heap
;
Methods
USING:
accessors
heaps
heaps.private
kernel
kernel.private
math.order
;
M:
max-heap
heap-compare
drop
{
entry
entry
}
declare
[
key>>
]
bi@
before?
;
inline