PermutationIterableExtension<E> extension

on

Methods

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