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
pub fn for_binaryheap_peek<T>() -> OptionalKeyPath<BinaryHeap<T>, T, impl for<'r> Fn(&'r BinaryHeap<T>)>where
T: Ord + 'static,Create a keypath for peeking at the top of BinaryHeap