Skip to main content

always_lt

Macro always_lt 

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