bitvector.bitarray[1] = [1, 0, 0, 0, 0, 0, 0, 1]
Push one bit to the bitarray.
Returns the bitarray.
Get bit at the specified position.
See Implementation
bitvector.bitarray[1] = [1, 0, 0, 0, 0, 0, 0, 1]