Structs§
Zip
is an iterator that zips upa
andb
into a single iterator of pairs. This struct is created by thezip()
method onIndexedParallelIterator
- ////////////////////////////////////////////////////////////////////////
Zip
is an iterator that zips up a
and b
into a single iterator
of pairs. This struct is created by the zip()
method on
IndexedParallelIterator