Macro assert_in_range

Source
macro_rules! assert_in_range {
    ($value:expr, $min:expr, $max:expr) => { ... };
}