rayon::iter

Module chain

Source

Structs§

  • Chain is an iterator that joins b after a in one continuous iterator. This struct is created by the chain() method on ParallelIterator
  • ////////////////////////////////////////////////////////////////////////
  • ChainSeq 🔒
    //////////////////////////////////////////////////////////////////////// Wrapper for Chain to implement ExactSizeIterator