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

Asserts that first expression is greater than the second.