itertools
0.13.0
Module zip_
longest
Module Items
Structs
Functions
In crate itertools
itertools
Module
zip_longest
Copy item path
source
Structs
§
ZipLongest
An iterator which iterates two other iterators simultaneously and wraps the elements in
EitherOrBoth
.
Functions
§
zip_
longest
Create a new
ZipLongest
iterator.