arrow-core / arrow.core.extensions / MapKHash
interface ~~MapKHash~~<K, A> : Hash<MapK<K, A>>
Deprecated: Hash is deprecated in favor of hashCode(), since Kotlin’s Std doesn’t take Hash into account
| HA | abstract fun HA(): Hash<A> | 
    
| hashWithSalt | open fun MapK<K, A>.hashWithSalt(salt: Int): Int | 
    
| HK | abstract fun HK(): Hash<K> | 
    
Do you like Arrow?
✖