What if you need a local adaptation of an interfac...
# language-proposals
f
What if you need a local adaptation of an interface that doesn't conform to how the base class was implemented? Consider the consequences of an object that defines its own
Comparable
implementation, when that's not necessarily a definition that holds true in all scenarios.