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
macro_rules! check_msb_lsb_order {
($msb:expr, $lsb:expr) => { ... };
}Internal use macro, that debug_assert than msb >= lsb and thus they are not inverted