pub const fn number<T: Number>() -> Number<T>
A generator for the full range of any Number type.
Number
This is equivalent to T::MIN..=T::MAX.
T::MIN..=T::MAX