window_sort

Function window_sort 

Source
pub fn window_sort<I: Iterator>(xs: I, window_size: usize) -> WindowSort<I> 
where <I as Iterator>::Item: Ord,
Expand description

Sorts the underlying iterator within a sliding window. See the crate-level documentation for more info.