utils
/
it.unibo.tuprolog.utils
/
interleave
common
interleave
fun <
T
>
interleave
(iterables:
Iterable
<
Iterable
<
T
>>):
Sequence
<
T
>
Content copied to clipboard
fun <
T
>
interleave
(vararg iterables:
Iterable
<
T
>):
Sequence
<
T
>
Content copied to clipboard
fun <
T
>
interleave
(iterables:
Sequence
<
Iterable
<
T
>>):
Sequence
<
T
>
Content copied to clipboard