Module zip_eq

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.