- add
void add(Key key, Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
- byKey
int byKey(int delegate(Key k) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- byKeyValue
int byKeyValue(int delegate(ref Key k, ref Value v) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- byValue
int byValue(int delegate(ref Value k) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
Value get(Key k)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
Value get(Key k, Value defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDefault
deprecated Value getDefault(Key k, Value defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- getIndex
size_t getIndex(Key el)
Undocumented in source. Be warned that the author may not have intended to support it.
- getIndex
size_t getIndex(Key el)
Undocumented in source. Be warned that the author may not have intended to support it.
- getInsertDefault
Value getInsertDefault(Key k, Value defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- getLoadFactor
float getLoadFactor(size_t forElementsNum)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPtr
Value* getPtr(Key k)
Undocumented in source. Be warned that the author may not have intended to support it.
- isIn
bool isIn(Key el)
Undocumented in source. Be warned that the author may not have intended to support it.
- isIn
bool isIn(Key el)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(DG dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
Value opIndex(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(Value value, Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- rehash
void rehash()
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(Key el)
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.
- saveGroupDistributionPlot
void saveGroupDistributionPlot(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
void toString(void delegate(const(char)[]) sink, FormatSpec!char fmt)
- tryRemove
bool tryRemove(Key el)
Undocumented in source. Be warned that the author may not have intended to support it.