rust-embedded / heapless

Heapless, `static` friendly data structures
Apache License 2.0
1.56k stars 185 forks source link

BinaryHeap: add `BinaryHeapView`, similar to `VecView` #481

Closed sosthene-nitrokey closed 4 months ago

sosthene-nitrokey commented 4 months ago

I left the PeekMut implementation as_is and duplicated it into PeekMutView, since it would be a breaking change to remove the N const generic on it. But I think it should be removed with the next breaking change release.

sosthene-nitrokey commented 4 months ago

Replaced by #495