Module zip

Module zip 

Source
Expand description

Zipping two non-empty iterators together.

Structs§

Zip
Represents non-empty iterators that iterate over two other non-empty iterators simultaneously.

Functions§

zip
Converts the given arguments to non-empty iterators and zips them.