- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
auto opAssign(OV[OK] other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
auto opAssign(Hash!(K, V) other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
V* opBinaryRight(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
V opIndex(K key, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
V opIndexAssign(V value, K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove(K key)
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.