koneMapHashing

fun <Key, Value> koneMapHashing(keyHashing: Hashing<Key>, valueHashing: Hashing<Value>): Hashing<KoneMap<out Key, Value>>(source)