cartesianTimes

infix inline fun <E1, E2> Iterable<E1>.cartesianTimes(other: Iterable<E2>): Sequence<Pair<E1, E2>>