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 cef5f94 commit 94a64bdCopy full SHA for 94a64bd
doc/Type/Method.pod6
@@ -34,6 +34,7 @@ for free floating methods. Call the latter with C<.&> on an object.
34
$i.&m(<a>);
35
# OUTPUT: «Int»
36
37
+X<|extra named arguments>
38
Methods will ignore extra named arguments where other types of C<Routine> will
39
throw at runtime. Extra arguments will be forwarded by C<nextsame> and friends.
40
0 commit comments