Skip to main content

assert_ge

Macro assert_ge 

Source
macro_rules! assert_ge {
    ($expected:expr, $actual:expr) => { ... };
    ($expected:expr, $actual:expr, $msg:expr) => { ... };
}
Expand description

Asserts that the first expression is greater than or equal to the second and short-circuits on failure.