arrow-core / arrow.core.extensions.tuple2.hash / arrow.core.Tuple2
fun <A, B> Tuple2<A, B>.~~hash~~(HA: Hash<A>, HB: Hash<B>):
Int
fun <A, B> Tuple2.Companion.~~hash~~(HA: Hash<A>, HB: Hash<B>):
Tuple2Hash
<A, B>
Do you like Arrow?