MurmurHash.hashCode

Utility function to compute the hash code of an array using the MurmurHash algorithm.

@param T the array element type @param data the array data @param seed the seed for the MurmurHash algorithm @return the hash code of the data

class MurmurHash
static
size_t
hashCode
(
T
)
(
T[] data
,
size_t seed
)

Meta