Module rayon::iter::zip

source ·

Structs§

  • 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
  • ////////////////////////////////////////////////////////////////////////