Expand description
Module for creating special iterators.
Traits§
- Into
ParIter Rec - Trait to convert an iterator into a recursive parallel iterator together with the
extendmethod. Recursive iterators are most useful for defining parallel computations over non-linear data structures such as trees or graphs.
Functions§
- empty
- Creates an empty parallel iterator which does not yield any elements.
Type Aliases§
- ParEmpty
- An empty parallel iterator which does not yield any elements.