Module itertools::zip_eq_impl

source ·

Structs§

  • An iterator which iterates two other iterators simultaneously and panic if they have different lengths.

Functions§

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