sized_bit_extend

Macro sized_bit_extend 

Source
macro_rules! sized_bit_extend {
    ($n: expr, $r:expr) => { ... };
}
Expand description

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