Trait lazysort::SortedPartial [] [src]

pub trait SortedPartial {
    type Item: PartialOrd;
    fn sorted_partial_first(self) -> LazySortIteratorPartialFirst<Self::Item>;
fn sorted_partial_last(self) -> LazySortIteratorPartialLast<Self::Item>; }

Associated Types

Required Methods

Implementors