Module zip_longest

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.