Kone
0.0.0-dev-1
common
kone.enumerativeCombinatorics
/
com.lounres.kone.combinatorics.enumerative.extra
/
cartesianTimes
cartesian
Times
infix inline
fun
<
E1
,
E2
>
Iterable
<
E1
>
.
cartesianTimes
(
other
:
Iterable
<
E2
>
)
:
Sequence
<
Pair
<
E1
,
E2
>
>