utils
/
it.unibo.tuprolog.utils
/
product
common
product
fun <
T
,
U
,
R
>
Sequence
<
T
>.
product
(other:
Sequence
<
U
>, combinator: (
T
,
U
) ->
R
):
Sequence
<
R
>
Content copied to clipboard
fun <
T
,
U
>
Sequence
<
T
>.
product
(other:
Sequence
<
U
>):
Sequence
<
Pair
<
T
,
U
>>
Content copied to clipboard