Skip to main content

check_msb_lsb_order

Macro check_msb_lsb_order 

Source
macro_rules! check_msb_lsb_order {
    ($msb:expr, $lsb:expr) => { ... };
}
Expand description

Internal use macro, that debug_assert than msb >= lsb and thus they are not inverted