Module rayon::vec

source ยท
Expand description

Parallel iterator types for vectors (Vec<T>)

You will rarely need to interact with this module directly unless you need to name one of the iterator types.

Structsยง

  • Draining parallel iterator that moves a range out of a vector, but keeps the total capacity.
  • DrainProducer ๐Ÿ”’
    ////////////////////////////////////////////////////////////////////////
  • Parallel iterator that moves out of a vector.
  • SliceDrain ๐Ÿ”’
    ////////////////////////////////////////////////////////////////////////