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 0280529 commit ea91916Copy full SHA for ea91916
doc/Language/functions.pod6
@@ -221,9 +221,8 @@ type:
221
222
say as-json([True, 42]); # [true, 42]
223
224
-Optional arguments participate in the dispatch even if they are not provided in
225
-the call. Therefore a multi candidate with named or positional arguments with
226
-defaults will be given precedece.
+Named parameters participate in the dispatch even if they are not provided in
+the call. Therefore a multi candidate with named will be given precedece.
227
228
C<multi> without any specific routine type always defaults to a C<sub>, but you
229
can use it on methods as well. The candidates are all the multi methods of the
0 commit comments