Module iter

Source
Expand description

Module for creating special iterators.

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.