Crate rangeset

Source
Expand description

§rangeset

This crate provides the RangeSet type which stores a collection of values as sorted disjoint ranges.

Structs§

RangeIter
An iterator over the ranges in a RangeSet.
RangeSet
A set of values represented using ranges.
RangeSetIter
An iterator over the values in a RangeSet.

Traits§

Contains
Cover
Set cover methods.
Difference
DifferenceMut
Disjoint
IndexRanges
A trait implemented for collections which can be indexed by a range set.
Intersection
Step
A type which successor and predecessor operations can be performed on.
Subset
SymmetricDifference
SymmetricDifferenceMut
ToRangeSet
A type which has a corresponding range set.
Union
UnionMut