Hash

GitHub   Edit on GitHub

Utilities for hashing.

1
import Hash from "hash"

Values

Hash.hash

1
hash : a -> Number

Generic hashing.

Takes any value and produces an integer. If a == b then Hash.hash(a) == Hash.hash(b).

This is a notification!