clementine
clementine copied to clipboard
Add `clear` function to `bitwise.rs`
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)