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 cfb60e3 commit 566bdd9Copy full SHA for 566bdd9
doc/Type/Cool.pod6
@@ -1150,8 +1150,8 @@ Only whitespace counts as word boundaries
1150
1151
Defined as:
1152
1153
- multi sub comb(Regex $matcher, Str(Cool) $input, $limit = * --> List:D)
1154
- multi method comb(Regex $matcher, $limit = * --> List:D)
+ multi sub comb(Regex $matcher, Str(Cool) $input, $limit = * --> Seq)
+ multi method comb(Regex $matcher, $limit = * --> Seq)
1155
1156
Returns all (or if supplied, at most C<$limit>) matches of the invocant
1157
(method form) or the second argument (sub form) against the
0 commit comments