sized_bit_slice

Macro sized_bit_slice 

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

Like bit_slice, but outputs the result and its size in a tuple.