BitArray

bitvector.bitarray[1] = [1, 0, 0, 0, 0, 0, 0, 1]

Members

Functions

append
void append(uint bit)

Push one bit to the bitarray.

dump
string dump()

Returns the bitarray.

opIndex
uint opIndex(uint position)

Get bit at the specified position.

Meta