Crate rangeset

Crate rangeset 

Source
Expand description

§rangeset

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

Modules§

iter
Iterator types.
ops
Set operations.
prelude
A prelude for the crate.
range
Range-specific types.
set
A set of values represented using ranges.

Traits§

Step
A type which successor and predecessor operations can be performed on.