HashTable.H

Undocumented in source.
struct HashTable(K, V, uint SIZE, alias ALLOCATOR, alias HASHFUNC = "k")
alias H = typeof(hashFunc(K.init))

Meta