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

This is a debug-only variant of the assert_nrange macro