pub fn compare_specificity(
left: &MethodSpecificity,
right: &MethodSpecificity,
) -> OrderingExpand description
Orders two specificities from least to most specific.
Compares argument scores left to right, breaking ties on the total score; the dispatch organ uses this to rank applicable methods.