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