methodical
methodical copied to clipboard
Add `unsorted-dispatcher`
For some operator method combinations like + the order the methods are done in is not important, but the usual dispatchers can still fail if there are multiple methods for ancestor dispatch values.
We should add an unsorted-dispatcher that return all matching methods in an indeterminate order without complaining if we have ambiguous diamond inheritance issues