[][src]Function arrow::util::bit_util::set_bits_raw

pub unsafe fn set_bits_raw(data: *mut u8, start: usize, end: usize)

Sets bits in the non-inclusive range start..end for data

Safety

Note this doesn't do any bound checking, for performance reason. The caller is responsible to guarantee that both start and end are within bounds.