Function itertools::intersperse::intersperse_with

source ·
pub fn intersperse_with<I, ElemF>(
    iter: I,
    elt: ElemF,
) -> IntersperseWith<I, ElemF> 
where I: Iterator,
Expand description

Create a new IntersperseWith iterator