Skip to main content
Module zip_eq
polars_
utils
0.53.0
Module zip_eq
Module Items
Structs
Functions
In polars_
utils::
itertools
polars_utils
::
itertools
Module
zip_eq
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.