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