arrow-core / arrow.core.extensions / Tuple2Hash
interface ~~Tuple2Hash~~<A, B> : Hash<Tuple2<A, B>>
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 Tuple2<A, B>.hashWithSalt(salt: Int): Int | 
    
| HB | abstract fun HB(): Hash<B> | 
    
Do you like Arrow?
✖