- 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.
- getNothrow
Value getNothrow(Key key, Value default_value)
- opApply
int opApply(DG 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.
- 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.