PermutationIterableExtension<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
permutations(
[int? count]) → Iterable< List< E> > -
Returns an iterable over the permutations of this Iterable of length
count
. If nocount
is specified all full-length permutations are generated. The permutations are emitted in lexicographical order based on the input.