kotest-property / io.kotest.property.exhaustive / times

times

operator fun <A, B : A> Exhaustive<A>.times(other: Exhaustive<B>): Exhaustive<Pair<A, B>>

Returns the cross product of two Exhaustives.