Skip to main content

always_gt

Macro always_gt 

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