macro_rules! debug_assert_lt { ($($arg:tt)*) => { ... }; }
This is a debug-only variant of the assert_lt macro
assert_lt