BitArray

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

Constructors

this
this()
Undocumented in source.

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.

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
uint length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta