Function rerun::external::re_data_store::external::arrow2::bitmap::utils::get_bit

source ·
pub fn get_bit(bytes: &[u8], i: usize) -> bool
Expand description

Returns whether bit at position i in data is set

§Panic

This function panics iff i / 8 >= bytes.len()