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 f002dfe commit 44c6891Copy full SHA for 44c6891
doc/Type/Callable.pod6
@@ -67,6 +67,8 @@ that the left function is called with the return value of the right function.
67
If the L«C<.count>|/routine/count» of the left function is greater than 1, the return
68
value of the right function will be L<slipped|/type/Slip> into the left function.
69
70
+Both C<.count> and C<.arity> of the RHS will be maintained.
71
+
72
sub f($p){ say 'f'; $p / 2 }
73
sub g($p){ say 'g'; $p * 2 }
74
0 commit comments