rayon::iter

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