Module rayon::iter::extend

source ยท

Macrosยง

  • extend ๐Ÿ”’
    Performs a generic par_extend by collecting to a LinkedList<Vec<_>> in parallel, then extending the collection sequentially.
  • extend_reserved ๐Ÿ”’

Structsยง

Functionsยง

  • fast_collect ๐Ÿ”’
  • len ๐Ÿ”’
    Computes the total length of a fast_collect result.
  • osstring_len ๐Ÿ”’
    Computes the total OS-string length of a fast_collect result.
  • string_len ๐Ÿ”’
    Computes the total string length of a fast_collect result.