pub fn left_shift_64(a: u8, b: u64) -> u64
Left-shift a 64-bit value by the given amount. Bits are filled with zeroes.
82 mWU (milli weight units)