Expand description

Binary heap with a contextful comparator and position tracking

The implementation is mostly based on the Rust standard library’s BinaryHeap.

Traits