times

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