macro_rules! debug_assert_range {
    ($($arg:tt)*) => { ... };
}
Expand description

This is a debug-only variant of the assert_range macro