pub fn assert_in_range<T: PartialOrd + Debug>(value: T, min: T, max: T)
Assert that a value is in a range