Skip to main content

sometimes_ge

Macro sometimes_ge 

Source
macro_rules! sometimes_ge {
    ($left:expr, $right:expr, $message:literal, { $($details:tt)* }) => { ... };
    ($left:expr, $right:expr, $message:literal) => { ... };
}
Expand description

Asserts left >= right at least once, with numeric guidance on the two operands.