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

This is a debug-only variant of the assert_le macro