Expand description
Interval module defining intervals and interval order functionality
This module defines the Interval struct representing an interval and the
IntervalOrder trait for accessing an interval order.
Structs§
- Interval
- Interval
Enums§
- Interval
Boundary - Boundary of an interval
- Interval
Order Error - Error that can occur when accessing interval order
Traits§
- Interval
Order - Common trait of interval orders
- Interval
Order For - Trait for types that define an order among intervals