Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.enumerativeCombinatorics
/
dev.lounres.kone.combinatorics.enumerative
/
permutationsWithoutRepetitions
permutations
Without
Repetitions
fun
<
E
>
KoneList
<
E
>
.
permutationsWithoutRepetitions
(
k
:
UInt
=
size
,
equalityTest
:
(
E
,
E
)
->
Boolean
=
{ e1, e2 -> e1 == e2 }
)
:
Sequence
<
KoneList
<
E
>
>
(
source
)