utils
0.20.9
common
utils
/
it.unibo.tuprolog.utils
/
permutations
permutations
common
fun
<
T
>
permutations
(
vararg
items
:
T
)
:
Sequence
<
List
<
T
>
>
Content copied to clipboard
fun
<
T
>
Iterable
<
T
>
.
permutations
(
)
:
Sequence
<
List
<
T
>
>
Content copied to clipboard
fun
<
T
>
Sequence
<
T
>
.
permutations
(
)
:
Sequence
<
List
<
T
>
>
Content copied to clipboard
fun
<
T
>
List
<
T
>
.
permutations
(
)
:
Sequence
<
List
<
T
>
>
Content copied to clipboard