import { Hasher } from "https://deno.land/x/rimbu@0.14.0/hashed/common/hasher.ts";
const { anyToStringHasher } = Hasher;
Returns a Hasher instance that hashes the string representation of any value
Examples
Example 1
Example 1
const h = Hasher.anyToStringHasher()
h.hash([1, 3, 'a'])