Module tanya.hash.lookup
Non-cryptographic, lookup hash functions.
Functions
Name | Description |
---|---|
hash(key)
|
Takes an argument of an arbitrary type T and calculates the hash value. |
Manifest constants
Name | Type | Description |
---|---|---|
isHashFunction
|
Determines whether hasher is hash function for T, i.e. it is callable with a value of type T and returns a size_t value. |