- H
alias H = typeof(hashFunc(K.init))
Undocumented in source.
- Item
alias Item = HashTableItem!(K, V)
Undocumented in source.
- KEY
alias KEY = K
Undocumented in source.
- VALUE
alias VALUE = V
Undocumented in source.
- hashFunc
alias hashFunc = unaryFun!(HASHFUNC, "k")
Undocumented in source.
A hash table with a static size.