Expand description
Types dealing with ranges of values
Macros§
- range
- The
range!
macro can make it easier to create ranges. It roughly mirrors traditional mathematic range syntax.
Structs§
- Range
- Represents a range of values.
- Range
Bound - Represents a one-sided bound.
Enums§
- Bound
Side - The possible sides of a bound.
- Bound
Type - The type of a range bound.
- Lower
Bound - A tag type representing a lower bound
- Upper
Bound - A tag type representing an upper bound
Traits§
- Bound
Sided - A trait implemented by phantom types indicating the type of the bound.
- Normalizable
- A trait that normalizes a range bound for a type