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 d1fee79 commit fe89ae2Copy full SHA for fe89ae2
doc/Type/Signature.pod6
@@ -352,7 +352,7 @@ Aliases are also possible that way:
352
sub paint( :color(:$colour) ) { } # same API for the caller
353
354
A function with named arguments can be called dynamically, dereferencing a
355
-Pair with C<|> to turn it into a named argument.
+L<Pair|/type/Pair> with C<|> to turn it into a named argument.
356
357
multi f(:$named){ note &?ROUTINE.signature };
358
multi f(:$also-named){ note &?ROUTINE.signature };
0 commit comments