Module iter

Module iter 

Source
Expand description

Module for creating special iterators.

Traits§

IntoParIterRec
Trait to convert an iterator into a recursive parallel iterator together with the extend method. 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.