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

Asserts that first expression is greater or equal than the second.