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

pub unsafe fn set_bit_raw(data: *mut u8, i: usize)

Sets bit at position i for data

Safety

Note this doesn't do any bound checking, for performance reason. The caller is responsible to guarantee that i is within bounds.