- contains
bool contains(K k)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
bool insert(K k, V v)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref const K, ref V) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
Pair!(K, V) opIndex(K k)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
const(Pair!(K, V)) opIndex(K k)
Undocumented in source. Be warned that the author may not have intended to support it.