Expand description
Re-exports§
pub use num_traits;
Modules§
Interval
implementations.IntervalsTree
implementation.
Structs§
- Bound type for
Option<T>
.
Traits§
- For any type
T
,Bound<T>
is a type, which has set of values bigger thanT
by one. - Numerated type is a type, which has type for distances between any two values of
Self
, and provide an interface to add/subtract distance to/from value.