Module iter

Source

Structsยง

Difference
A lazy iterator producing elements in the difference of IndexSets.
Drain
A draining iterator over the items of an IndexSet.
ExtractIf
An extracting iterator for IndexSet.
Intersection
A lazy iterator producing elements in the intersection of IndexSets.
IntoIter
An owning iterator over the items of an IndexSet.
Iter
An iterator over the items of an IndexSet.
Splice
A splicing iterator for IndexSet.
SymmetricDifference
A lazy iterator producing elements in the symmetric difference of IndexSets.
Union
A lazy iterator producing elements in the union of IndexSets.
UnitValue ๐Ÿ”’