kotest-property / io.kotest.property.arbitrary / pair

pair

fun <K, V> Arb.Companion.pair(k: Arb<K>, v: Arb<V>): Arb<Pair<K, V>>

Returns an Arb that produces Pairs of K,V using the supplied arbs for K and V.