keen/hash
SourceThis is a standard module
and does not need to be explicitly imported.
hash-state record mut (has private fields)hash[t] specsorted-key[k] spec k data, k equal, k compareSpec for types that can be used as keys in sorted collections that don't need hashing.
key[k] spec k sorted-key, k hashSpec for types that can be used as keys in any map or set.
Functions for getting hash codes.
Hash codes are used internally by map and set types, which require a
hashimplementation for the key type.