Function simfony_as_rust::jet::multi_bit_logic::left_shift_32

source ยท
pub fn left_shift_32(a: u8, b: u32) -> u32
Expand description

Left-shift a 32-bit value by the given amount. Bits are filled with zeroes.