Function 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.

ยงCost

78 mWU (milli weight units)