SuccinctBitVector.select1

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

class SuccinctBitVector
uint
select1
(
uint n
)

Meta