Kone
0.0.0-dev-1
common
kone.enumerativeCombinatorics
/
com.lounres.kone.combinatorics.enumerative.extra
Package-level
declarations
Functions
Functions
cartesian
Times
Link copied to clipboard
infix inline
fun
<
E1
,
E2
>
Iterable
<
E1
>
.
cartesianTimes
(
other
:
Iterable
<
E2
>
)
:
Sequence
<
Pair
<
E1
,
E2
>
>
times
Link copied to clipboard
infix inline operator
fun
<
E1
,
E2
>
Iterable
<
E1
>
.
times
(
other
:
Iterable
<
E2
>
)
:
Sequence
<
Pair
<
E1
,
E2
>
>