HybridSet

Undocumented in source.

Constructors

this
this(size_t l, size_t graphPointer)
Undocumented in source.

Members

Functions

bitsSet
inout(ID)[] bitsSet()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
bool opIndex(ID i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(bool value, ID i)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

alreadySetBits
BitSet!ID alreadySetBits;
Undocumented in source.
data
ID[] data;
Undocumented in source.
graphPointer
size_t graphPointer;
Undocumented in source.

Meta