Return the location of the (n+1)th '0' bit in the bitarray. Raise ValueError if select0(n) doesn't exist.
See Implementation
Return the location of the (n+1)th '0' bit in the bitarray. Raise ValueError if select0(n) doesn't exist.