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

pub fn count_set_bits_offset(data: &[u8], offset: usize) -> usize

Returns the number of 1-bits in data, starting from offset.