rapidhash seeded hash for string, integer and pointer types in LDC. For other types and DMD, use D's built-in hashOf instead.
buffer to be hashed
64-bit seed used to alter the hash result predictably
a 64-bit hash.
See Implementation
rapidhash seeded hash for string, integer and pointer types in LDC. For other types and DMD, use D's built-in hashOf instead.