Skip to main content

array_windows

Function array_windows 

Source
pub fn array_windows<I, const N: usize>(iter: I) -> ArrayWindows<I, N> 
where I: Iterator + Sized, I::Item: Clone,