BucketSet.toHash

Calculates the hash value from key.

class BucketSet(size_t V, K = hash_t)
abstract
hash_t
toHash
(
in K key
)

Parameters

key K

key to hash

Return Value

Type: hash_t

the hash value that corresponds to key.

Meta