Function arrow2::bitmap::utils::set_bit_unchecked
source · pub unsafe fn set_bit_unchecked(data: &mut [u8], i: usize, value: bool)
Expand description
Sets bit at position i
in data
without doing bound checks
§Safety
caller must ensure that i < data.len() / 8