- 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.