Function count_zeros

Source
pub fn count_zeros(index: &[u64], bits: BitsRef<'_>) -> u64
Expand description

Count the unset bits using the index (fast O(1)).