associateWithHashed

inline fun <K, V> Iterable<K>.associateWithHashed(producer: (K) -> V): HashMap<K, V>(source)