Expand description
Re-exports§
pub use num_traits;
Modules§
Intervalimplementations.IntervalsTreeimplementation.
Structs§
- Bound type for
Option<T>.
Traits§
- For any type
T,Bound<T>is a type, which has set of values bigger thanTby 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.