Macro test_util::assert_lt

source ·
macro_rules! assert_lt {
    ($x:expr, $y:expr) => { ... };
}
Expand description

Asserts that the first argument is strictly less than the second.