mutils.container.hash_map

Undocumented in source.

Members

Functions

benchmarkHashMapInt
void benchmarkHashMapInt()
Undocumented in source. Be warned that the author may not have intended to support it.
benchmarkHashMapPerformancePerElement
void benchmarkHashMapPerformancePerElement()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultHashFunc
ulong defaultHashFunc(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
hashInt
ulong hashInt(ulong x)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

dumpHashMapToJson
void dumpHashMapToJson(T map, string path)
Undocumented in source. Be warned that the author may not have intended to support it.
printHashMap
void printHashMap(T map)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

HashMap
struct HashMap(KeyPar, ValuePar, alias hashFunc = defaultHashFunc)
Undocumented in source.

Meta