Expand description
Crate for working with Numerated
types and their sets: Interval
and IntervalsTree
.
§Note
In case Numerated
is implemented incorrectly for some type T
, then this can cause
incorrect behavior of IntervalsTree
and
Interval
for T
.
Re-exports§
pub use num_traits;
Modules§
- interval
Interval
implementations.- iterators
IntervalIterator
,VoidsIterator
,DifferenceIterator
implementations.- tree
IntervalsTree
implementation.
Structs§
- Option
Bound - Bound type for
Option<T>
.