Module zip_eq
p3_util
0.1.0
Module zip_eq
Module Items
Structs
Functions
In crate p3_
util
p3_util
Module
zip_eq
Copy item path
Source
Structs
§
ZipEq
An iterator which iterates two other iterators of the same length simultaneously.
Functions
§
zip_eq
Zips two iterators but
panics
if they are not of the same length.