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 3904632 commit ecc15e2Copy full SHA for ecc15e2
doc/Language/glossary.pod6
@@ -580,11 +580,18 @@ L<glossary|http://openjdk.java.net/groups/hotspot/docs/HotSpotGlossary.html>
580
for entries missing from the present one.
581
582
=head1 Multi-Dispatch
583
-X<|Multi-Dispatch>
+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.
588
589
=head1 multi-method
590
X<|multi-method>
591
592
+A L<method|/type/Method> that has multiple candidates going by the same name
593
+and are subject to L<Multi-Dispatch|#Multi-Dispatch>.
594
595
=head1 Niecza
596
X<|Niecza>
597
0 commit comments