Module pincer::permutations

source ·
Expand description

Generate permutations of a set of elements.

Functions

  • Generate an Iterator of all permutations of a set of elements.
  • Generate an Iterator of all permutations of a set of elements from a minimum length up to a maximum length.
  • Generate an Iterator of all permutations of a set of elements up to a given length.