Function left_shift_8

Source
pub fn left_shift_8(a: u4, b: u8) -> u8
Expand description

Left-shift an 8-bit value by the given amount. Bits are filled with zeroes.

ยงCost

91 mWU (milli weight units)