pub fn window_sort<I: Iterator>(xs: I, window_size: usize) -> WindowSort<I> ⓘwhere <I as Iterator>::Item: Ord,
Sorts the underlying iterator within a sliding window. See the crate-level documentation for more info.