Function left_shift_with_32

Source
pub fn left_shift_with_32(a: u1, b: u8, c: u32) -> u32
Expand description

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

ยงCost

95 mWU (milli weight units)