pub fn in_range<T: PartialOrd>(num: T, lower_bound: T, upper_bound: T) -> boolExpand description
Returns whether a value is within the range of the two given values
pub fn in_range<T: PartialOrd>(num: T, lower_bound: T, upper_bound: T) -> boolReturns whether a value is within the range of the two given values