HashMap.KeyVal

Undocumented in source.
struct HashMap(KeyPar, ValuePar, alias hashFunc = defaultHashFunc)
nothrow static
struct KeyVal {}

Members

Variables

key
Key key;
Undocumented in source.
value
Value value;
Undocumented in source.

Meta