HashTable

A hash table with a static size.

Members

Aliases

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.

Structs

Data
struct Data
Undocumented in source.

Templates

Impl
template Impl(alias data)
Undocumented in source.

Meta