Expand description
§rangeset
This crate provides the RangeSet
type which stores a collection of values as sorted disjoint ranges.
Structs§
- Range
Iter - An iterator over the ranges in a
RangeSet
. - Range
Set - A set of values represented using ranges.
- Range
SetIter - An iterator over the values in a
RangeSet
.
Traits§
- Contains
- Cover
- Set cover methods.
- Difference
- Difference
Mut - Disjoint
- Index
Ranges - 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
- Symmetric
Difference - Symmetric
Difference Mut - ToRange
Set - A type which has a corresponding range set.
- Union
- Union
Mut