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