Non-cryptographic, lookup hash functions.
Takes an argument of an arbitrary type T and calculates the hash value.
Determines whether hasher is hash function for T, i.e. it is callable with a value of type T and returns a $(D_PSYMBOL size_t) value.
See Source File tanya/hash/lookup.d
Mozilla Public License.
Eugene Wissner 2018-2020.
Eugene Wissner
Non-cryptographic, lookup hash functions.