- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
Value get(Key key, Value default_value)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
const(Value) get(Key key, const(Value) default_value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref Value) nothrow del)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(in ref Value) nothrow del)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(const ref Key, ref Value) nothrow del)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(in ref Key, in ref Value) nothrow del)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
inout(Value)* opBinaryRight(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(Value) opIndex(Key key)
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.
- remove
void remove(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(Key key, Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setupHasher
void setupHasher()
Undocumented in source. Be warned that the author may not have intended to support it.