Hashing

inline fun <Element> Hashing(crossinline hasher: (Element) -> Int): Hashing<Element>(source)

Hashing builder from a hasher that computes hash of provided element.