Function simfony_as_rust::jet::multi_bit_logic::right_shift_32
source ยท pub fn right_shift_32(a: u8, b: u32) -> u32Expand description
Right-shift a 32-bit value by the given amount. Bits are filled with zeroes.