- get
T* get(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref T) func)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(K key, T value)
Undocumented in source. Be warned that the author may not have intended to support it.