Macro shift_right_and_insert
macro_rules! shift_right_and_insert {
($ty:ty, $width:literal, $N:expr, $a:expr, $b:expr) => { ... };
}
Helper for the 'shift right and insert' functions.
shift_right_and_insertmacro_rules! shift_right_and_insert {
($ty:ty, $width:literal, $N:expr, $a:expr, $b:expr) => { ... };
}
Helper for the 'shift right and insert' functions.