To complete API bitwise, I think we need to implement two more funcion: - `clear_bits_msb_to_idx(&self, bit_idx: u8)` // msb: most significant bit - `clear_bits_idx_to_0(&self, bit_idx: u8)`
To complete API bitwise, I think we need to implement two more funcion:
clear_bits_msb_to_idx(&self, bit_idx: u8)// msb: most significant bitclear_bits_idx_to_0(&self, bit_idx: u8)