Module rayon::iter::collect

source ยท

Modulesยง

Functionsยง

  • collect_into_vec ๐Ÿ”’
    Collects the results of the exact iterator into the specified vector.
  • Create a consumer on the slice of memory we are collecting into.
  • special_extend ๐Ÿ”’
    Collects the results of the iterator into the specified vector.
  • unzip_into_vecs ๐Ÿ”’
    Unzips the results of the exact iterator into the specified vectors.