Skip to main content

zip_eq

Function zip_eq 

Source
pub fn zip_eq<I, J>(i: I, j: J) -> ZipEq<I::IntoIter, J::IntoIter> 
Expand description

Zips two iterators but panics if they are not of the same length.