Function libbgs::util::shrd

source ·
pub const fn shrd(dst: u128, src: u128, n: usize) -> u128
Expand description

Shifts dst to the right n bits, filling in from the left with the least significant bits of src.