[][src]Function polars_arrow_rvsry99dx::util::bit_util::get_bit_raw

pub unsafe fn get_bit_raw(data: *const u8, i: usize) -> bool

Returns whether bit at position i in data is set or not.

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