Expand description
Values bound by some kind of interval.
Structs§
- Bounded
Int8 - Bounded type (inclusive) that holds a value that is
MIN <= value <= MAX - Bounded
Int16 - Bounded type (inclusive) that holds a value that is
MIN <= value <= MAX - Bounded
Int32 - Bounded type (inclusive) that holds a value that is
MIN <= value <= MAX - Bounded
Int64 - Bounded type (inclusive) that holds a value that is
MIN <= value <= MAX - Bounded
Isize - Bounded type (inclusive) that holds a value that is
MIN <= value <= MAX - BoundedU
Int8 - Bounded type (inclusive) that holds a value that is
MIN <= value <= MAX - BoundedU
Int16 - Bounded type (inclusive) that holds a value that is
MIN <= value <= MAX - BoundedU
Int32 - Bounded type (inclusive) that holds a value that is
MIN <= value <= MAX - BoundedU
Int64 - Bounded type (inclusive) that holds a value that is
MIN <= value <= MAX - Bounded
Usize - Bounded type (inclusive) that holds a value that is
MIN <= value <= MAX