Module rayon::iter::collect

source ·

Modules§

Functions§

  • Collects the results of the exact iterator into the specified vector.
  • Create a consumer on the slice of memory we are collecting into.
  • Collects the results of the iterator into the specified vector.
  • Unzips the results of the exact iterator into the specified vectors.