BinaryHeapExtensions

Trait BinaryHeapExtensions 

Source
pub trait BinaryHeapExtensions<T> {
    // Required method
    fn into_sorted_iter(self) -> BinaryHeapIntoSortedIter<T> ;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T> BinaryHeapExtensions<T> for BinaryHeap<T>

Implementors§