Tracking Issue for iter_mut
on BinaryHeap
#98524
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(binary_heap_iter_mut)]
Allows iteration over mutable references to heap elements in arbitrary order and rebuilding the heap when the iterator is dropped.
Public API
Steps / History
Unresolved Questions
The text was updated successfully, but these errors were encountered: