itertools
0.13.0
Module zip_eq_impl
Structs
Functions
In crate itertools
Module
itertools
::
zip_eq_impl
Copy item path
source
·
[
−
]
Structs
§
ZipEq
An iterator which iterates two other iterators simultaneously and panic if they have different lengths.
Functions
§
zip_eq
Zips two iterators but
panics
if they are not of the same length.