BitArray

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

Chunk_t
alias Chunk_t = size_t
Undocumented in source.

Functions

isZero
bool isZero()
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
length
void length(size_t nlen)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(BitArray b)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(BitArray b)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
bool opIndex(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(bool val, size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
or
void or(BitArray b)
Undocumented in source. Be warned that the author may not have intended to support it.
swap
void swap(BitArray b)
Undocumented in source. Be warned that the author may not have intended to support it.
zero
void zero()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

BitsPerChunk
enum BitsPerChunk;
Undocumented in source.
ChunkSize
enum ChunkSize;
Undocumented in source.

Meta