[][src]Function indexed_bitvec_core::index_raw::rank_zeros

pub fn rank_zeros(index: &[u64], bits: BitsRef, idx: u64) -> Option<u64>

Count the unset bits before a position in the bits using the index (O(1)).

Returns None it the index is out of bounds.