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 d71a426 commit c5bb568Copy full SHA for c5bb568
doc/Language/functions.pod6
@@ -348,7 +348,9 @@ for the L<Signature|/type/Signature#Type_constraints> class.
348
349
For some signature differences (notably when using a where clause or a subset)
350
the order of definition of the multi methods or subs is used, evaluating
351
-each possibility in turn. See L<multi resolution by order of definition> below for examples.
+each possibility in turn. See
352
+L<multi resolution by order of definition|language/functions#multi_resolution_by_order_of_definition>
353
+below for examples.
354
355
C<multi> without any specific routine type always defaults to a C<sub>, but you
356
can use it on methods as well. The candidates are all the multi methods of the
0 commit comments