Function simfony_as_rust::jet::multi_bit_logic::left_shift_16

source ยท
pub fn left_shift_16(a: u4, b: u16) -> u16
Expand description

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