Function arrow2::bitmap::utils::get_bit_unchecked
source · pub unsafe fn get_bit_unchecked(data: &[u8], i: usize) -> bool
Expand description
Returns whether bit at position i
in data
is set or not.
§Safety
i >= data.len() * 8
results in undefined behavior