Sponsor of the Day:
Jerkmate
https://doc.rust-lang.org/std/collections/binary_heap/struct.DrainSorted.html
DrainSorted in std::collections::binary_heap - Rust
A draining iterator over the elements of a `BinaryHeap`.
std collections binaryheap rust
https://doc.rust-lang.org/std/collections/binary_heap/struct.Iter.html
Iter in std::collections::binary_heap - Rust
An iterator over the elements of a `BinaryHeap`.
std collections binaryheap rustiter
https://doc.rust-lang.org/std/collections/binary_heap/struct.IntoIter.html
IntoIter in std::collections::binary_heap - Rust
An owning iterator over the elements of a `BinaryHeap`.
std collections binaryheap rustintoiter
https://doc.rust-lang.org/std/collections/binary_heap/struct.PeekMut.html
PeekMut in std::collections::binary_heap - Rust
Structure wrapping a mutable reference to the greatest item on a `BinaryHeap`.
std collections binaryheap rust