alchemist
alchemist
/
it.unibo.alchemist.model.implementations.actions
/
cartesianProduct
cartesian
Product
fun
<
T
>
Sequence
<
T
>
.
cartesianProduct
(
other
:
Sequence
<
T
>
)
:
Sequence
<
Pair
<
T
,
T
>
>
Content copied to clipboard
Performs the cartesian product of two sequences.