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.
is default
1 parent a50ac42 commit 4d72090Copy full SHA for 4d72090
doc/Language/glossary.pod6
@@ -584,7 +584,8 @@ X<|Multi-Dispatch>X<|MMD>
584
585
The process of picking a candidate for calling of a set of methods or subs that
586
come by the same name but with different arguments. The most narrow candidate
587
-wins.
+wins. In case of an ambiguity, a routine with C<is default> trait will be
588
+chosen if one exists, otherwise an exception is thrown.
589
590
=head1 multi-method
591
X<|multi-method>
0 commit comments