BitsArray

Undocumented in source.

Members

Functions

clear
void clear(uint bitNum)
Undocumented in source. Be warned that the author may not have intended to support it.
get
bool get(uint bitNum)
Undocumented in source. Be warned that the author may not have intended to support it.
numOfSetBits
uint numOfSetBits()
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(uint bitNum)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

byteNumber
uint byteNumber(uint bitNum)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bytes
ubyte[bitsNum / 8 + (bitsNum % 8 > 0) + 0] bytes;
Undocumented in source.

Meta