HashBytes64WithSeed
public fn HashBytes64WithSeed(ReadOnlySpan<uint8> bytes, uint64 seed) : uint64import HashBytes64WithSeed from Wax::Hash;Computes XXH64 over the complete byte view; the input is not retained or modified. Uses the supplied seed. Non-cryptographic; equal hashes do not prove equal contents.
This declaration has no public members of its own.