We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c3386 commit f1d0699Copy full SHA for f1d0699
S32-setting-library/Containers.pod
@@ -579,7 +579,7 @@ C<.comb> on that string with the same parameters. See C<Str::comb>.
579
multi method combinations ( Int $of )
580
multi method combinations ( Range $of = 1 .. +self )
581
582
-Returns all combinations of the list taken N at a time. If the
+Returns all combinations of the list taken N at a time (specified by the C<$of> parameter). If the
583
range option is taken, returns all subset combinations in order of
584
increasing size. The return value is a list of (presumably immutable)
585
array values. (Note: When used on actual sets and other iterable
0 commit comments