Function multizip::zip2 [] [src]

pub fn zip2<U, V>(u: U, v: V) -> Zip2<U::IntoIter, V::IntoIter> where
    U: IntoIterator,
    V: IntoIterator