clementine icon indicating copy to clipboard operation
clementine copied to clipboard

Add `clear` function to `bitwise.rs`

Open FedericoBruzzone opened this issue 2 years ago • 0 comments

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)

FedericoBruzzone avatar Sep 15 '22 10:09 FedericoBruzzone