MinHeapPriority[A: Comparable[A] #read]¶
Heap priority where the smallest element is at the top.
Implements¶
- _BinaryHeapPriority[A] val
Constructors¶
create¶
Returns¶
- MinHeapPriority[A] val^
Public Functions¶
apply¶
Parameters¶
- x: A
- y: A
Returns¶
- Bool val
eq¶
Parameters¶
- that: MinHeapPriority[A] val
Returns¶
- Bool val
ne¶
Parameters¶
- that: MinHeapPriority[A] val
Returns¶
- Bool val