Module tanya.hash.lookup

Non-cryptographic, lookup hash functions.

Functions

NameDescription
hash(key) Takes an argument of an arbitrary type T and calculates the hash value.

Manifest constants

NameTypeDescription
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.