Macro claym::debug_assert_lt

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

Asserts that first expression is less than the second.