pub const fn is_in_range(value: u64, min: u64, max: u64) -> bool
Check if value is within range (inclusive).