Hash

Undocumented in source.

Constructors

this
this(OV[OK] other)
Undocumented in source.
this
this(Hash!(OK, OV) other)
Undocumented in source.

Members

Aliases

opSlice
alias opSlice = byKeyValue
Undocumented in source.

Functions

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.

Properties

byKey
auto byKey [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
byKeyValue
auto byKeyValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
byValue
auto byValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
keys
K[] keys [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
values
V[] values [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta