Closed ddimtirov closed 7 years ago
Sometimes we need to disambiguate from a set of types [A, B, C] which one is the best match for type X (think overloading resolution). In this case it helps if we can iterate through all types X implements in some reasonable fashion.
[A, B, C]
X
Sometimes we need to disambiguate from a set of types
[A, B, C]
which one is the best match for typeX
(think overloading resolution). In this case it helps if we can iterate through all typesX
implements in some reasonable fashion.