itertools
0.13.0
Module zip_
longest
Structs
Functions
In crate itertools
Module
itertools
::
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.