Kone
Toggle table of contents
0.0.0-experiment-2025.3.27
common
Platform filter
common
Switch theme
Search in API
Kone
kone.enumerativeCombinatorics
/
dev.lounres.kone.combinatorics.enumerative.extra
Package-level
declarations
Functions
Functions
cartesian
Times
Link copied to clipboard
infix inline
fun
<
E1
,
E2
>
KoneIterable
<
E1
>
.
cartesianTimes
(
other
:
KoneIterable
<
E2
>
)
:
Sequence
<
Pair
<
E1
,
E2
>
>
times
Link copied to clipboard
infix inline operator
fun
<
E1
,
E2
>
KoneIterable
<
E1
>
.
times
(
other
:
KoneIterable
<
E2
>
)
:
Sequence
<
Pair
<
E1
,
E2
>
>