Type of elements within the source iterable.
The source iterable.
Optionalsize: numberOptional number of elements that each combination must contain. When omitted, combinations of every possible length are produced.
A sequence of combinations built from the source elements.
Generates the unique combinations that can be built from the elements in the sequence.