Skip to main content

sometimes_le

Macro sometimes_le 

Source
macro_rules! sometimes_le {
    ($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.