Calculates the FNV1a hash value from the raw data of x using an unrolled loop to improve efficiency.
Note that, if T is a reference type, the hash value will be calculated from the reference, not the referenced value.
input value
optional input hash
the FNV1a hash value calculated from the raw data of x.
See Implementation
Calculates the FNV1a hash value from the raw data of x using an unrolled loop to improve efficiency.
Note that, if T is a reference type, the hash value will be calculated from the reference, not the referenced value.