Wishlist: document method specificity rules #23740
Labels
docs
This change adds or pertains to documentation
needs docs
Documentation for this change is required
types and dispatch
Types, subtyping and method dispatch
There are a number of situations in which Julia could choose to throw an ambiguity error, but instead establishes rules for prioritizing some types over others. In early "experimental" days the only real source for this information was the C code, but now that we're stabilizing it seems appropriate to document those rules. (Perhaps that documentation exists, but with a few-minute search I was unable to find it.)
Motivated by the question at https://discourse.julialang.org/t/method-dispatch-for-tuples/5925.
The text was updated successfully, but these errors were encountered: