pub type PeekMutView<'a, T, K> = PeekMutInner<'a, T, K, VecStorageInner<[MaybeUninit<T>]>>;Expand description
Structure wrapping a mutable reference to the greatest item on a
BinaryHeap.
This struct is created by BinaryHeapView::peek_mut.
See its documentation for more.
Aliased Typeยง
pub struct PeekMutView<'a, T, K> { /* private fields */ }