Type of elements within the source iterable.
The source iterable.
Optionalsize: numberOptional target length for each permutation. When omitted, permutations use all distinct elements of the source.
A lazy sequence of permutations, each materialised as an enumerable.
Generates permutations from the distinct elements of the source iterable.