bitvector.bitarray[1] = [1, 0, 0, 0, 0, 0, 0, 1]
Implementation of succinct bit vector.
Count 1 bits in x reperesented as binary.
See Source File