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