Module range

Module range 

Source
Expand description

Range-specific types.

Structsยง

Once
Iterator which yields a single range.
RangeDiffIter
Iterator over the difference of two ranges.
RangeIntersectionIter
Iterator over the intersection of two ranges.
RangeUnionIter
Iterator over the union of two ranges.