Calculates the FNV1a hash value from data.
Calculates the FNV1a hash value from the raw data of x using an unrolled loop to improve efficiency.
Calculates the hash value from key.
FNV1 magic constants.
FNV1 magic constants.
Evaluates to true if T is a primitive value type; that is, a numeric (integer, floating point, complex) or character type.
Evaluates to D code that implements the calculation of FNV1a of a variable named var with n bytes of size, storing the result in a variable named hashvar. The initial value of hashvar should be fnv1a_init or a previously calculated FNV1a hash.
Evaluates to n - 1.