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 8f2bea2 commit acc0ef6Copy full SHA for acc0ef6
doc/Type/Code.pod6
@@ -55,7 +55,7 @@ corresponding parameters.
55
56
say &slow.assuming(10000000).&bench; # OUTPUT: «(10000000 7.5508834)»
57
58
-For a sub with arity greater than one, you can use C<Whatever> C<*> for all of
+For a sub with arity greater than one, you can use L«C<Whatever> C<*>|/type/Whatever» for all of
59
the positional parameters that are not "assumed".
60
61
sub first-and-last ( $first, $last ) {
0 commit comments