Crate range_set[−][src]
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; | |
pub use range_compare::is_empty; |
Modules
| range_compare | Type and functions for comparing inclusive ranges |
Structs
| Iter | |
| RangeSet | A set of primitive integers represented as a sorted list of disjoint, inclusive ranges. |
Functions
| report_sizes | Report some sizes of various range set types |