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

Asserts that first expression is less than the second.