Feature gate: #![feature(binary_heap_as_mut_slice)]
This is a tracking issue for BinaryHeap::as_mut_slice function. This function returns a mutable slice of all values in the underlying vector of the binary heap.
Public API
impl<T, A: Allocator> BinaryHeap<T, A> {
pub unsafe fn as_mut_slice(&mut self) -> &mut [T];
}
Steps / History
(Remember to update the S-tracking-* label when checking boxes.)
Unresolved Questions
Feature gate:
#![feature(binary_heap_as_mut_slice)]This is a tracking issue for
BinaryHeap::as_mut_slicefunction. This function returns a mutable slice of all values in the underlying vector of the binary heap.Public API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)BinaryHeap::as_mut_slicelibs-team#756BinaryHeap::as_mut_slice#154011Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩