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