is_in_range

Function is_in_range 

Source
pub const fn is_in_range(value: u64, min: u64, max: u64) -> bool
Expand description

Check if value is within range (inclusive).