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 caf912c commit c653b9cCopy full SHA for c653b9c
doc/Language/signatures.rakudoc
@@ -1118,7 +1118,7 @@ operator C<|>.
1118
c(42, "answer");
1119
# OUTPUT: «CaptureInt Str»
1120
1121
-One can also constrain the arguments subject to a C<Capture> by using a sub-signature.
+One can also constrain the arguments subject to a L<C<Capture>|/type/Capture> by using a sub-signature.
1122
1123
sub d(|cap(Int, Str, *%)) { put "called with {cap.raku}" };
1124
d(41);
0 commit comments