Skip to main content

always_ge

Macro always_ge 

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

Asserts left >= right always, with numeric guidance on the two operands.