Function klavier_helper::sliding

source ·
pub fn sliding<'a, T>(
    z: &'a mut dyn Iterator<Item = T>
) -> impl Iterator<Item = (T, T)> + 'a
where T: Clone,