- containsKey
bool containsKey(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
V get(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- getOrDefault
V getOrDefault(K k, V defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
- keySet
K[] keySet()
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref K, ref V) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
- size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
- toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
- values
V[] values()
Undocumented in source. Be warned that the author may not have intended to support it.