Hash

Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

add
void add(string i, T v)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref T[]) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref string, ref T[]) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
T[] opCall(string i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIn_r
T[]* opIn_r(string i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(string i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(T v, string i)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(T[] v, string i)
Undocumented in source. Be warned that the author may not have intended to support it.
rehash
Hash!(T) rehash()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(string i)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

all
T[][string] all [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
keys
string[] keys [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
ulong length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
T[string] toArray [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
values
T[][] values [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta