for_binaryheap_peek

Function for_binaryheap_peek 

Source
pub fn for_binaryheap_peek<T>() -> OptionalKeyPath<BinaryHeap<T>, T, impl for<'r> Fn(&'r BinaryHeap<T>)>
where T: Ord + 'static,
Expand description

Create a keypath for peeking at the top of BinaryHeap