Macro test_util::assert_leq

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

Asserts that the first argument is less than or equal to the second.