Expand description

RangeSet container type

Re-exports

pub use range_compare::RangeCompare;
pub use range_compare::RangeDisjoint;
pub use range_compare::RangeIntersect;
pub use range_compare::range_compare;
pub use range_compare::intersection;

Modules

Type and functions for comparing inclusive ranges

Structs

A set of primitive integers represented as a sorted list of disjoint, inclusive ranges.

Functions

Report some sizes of various range set types