Returns an iterator for traversing the max-heap element keys.
The type of max-heap.
The max-heap instance.
Optional
If true, the iterator will traverse the max-heap in reverse order.
true
A generator that yields max-heap element keys in the provided order.
Returns an iterator for traversing the max-heap element keys.