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