clear_bit

Function clear_bit 

Source
pub fn clear_bit(bitmap: &mut [u8], bit_index: usize)
Expand description

Clear a bit (set it to 0) at the given index