utils
/
it.unibo.tuprolog.utils
/
permutations
common
permutations
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