BitSet

Undocumented in source.

Constructors

this
this(size_t l)
Undocumented in source.

Members

Functions

addOnce
bool addOnce(I i)
Undocumented in source. Be warned that the author may not have intended to support it.
addOnce
bool addOnce(BitSet!I src)
Undocumented in source. Be warned that the author may not have intended to support it.
bitsSet
auto bitsSet()
Undocumented in source. Be warned that the author may not have intended to support it.
dup
BitSet!I dup()
Undocumented in source. Be warned that the author may not have intended to support it.
length
void length(size_t l)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
BitSet!I opBinary(BitSet!I rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
bool opIndex(I i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(bool value, I i)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(BitSet!I rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

arr
BitArray arr;
Undocumented in source.

Meta