rayon::iter

Module extend

Source

Macros§

  • extend 🔒
    Performs a generic par_extend by collecting to a LinkedList<Vec<_>> in parallel, then extending the collection sequentially.

Structs§

Functions§

  • len 🔒
    Computes the total length of a fast_collect result.
  • Computes the total OS-string length of a fast_collect result.
  • string_len 🔒
    Computes the total string length of a fast_collect result.