Function simfony_as_rust::jet::multi_bit_logic::left_shift_8
source ยท pub fn left_shift_8(a: u4, b: u8) -> u8Expand description
Left-shift an 8-bit value by the given amount. Bits are filled with zeroes.
pub fn left_shift_8(a: u4, b: u8) -> u8Left-shift an 8-bit value by the given amount. Bits are filled with zeroes.