alchemist-full
Toggle table of contents
37.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist-full
alchemist-implementationbase
/
it.unibo.alchemist.util
/
Sequences
/
cartesianProduct
cartesian
Product
@
JvmStatic
fun
<
T
>
Sequence
<
T
>
.
cartesianProduct
(
other
:
Sequence
<
T
>
)
:
Sequence
<
Pair
<
T
,
T
>
>
(
source
)
Performs the cartesian product of two sequences.