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

This is a debug-only variant of the assert_lt macro