Join Slack
Communities
Powered by
Actually, everywhere where you now have to introdu...
# language-proposals
g
gregd
11/29/2017, 9:55 AM
Actually, everywhere where you now have to introduce specific sub-type just to achieve the same thing, e.g.:
Copy code
interface SimpleFoo<T> : Foo<T, Unit, Unit>
Introducing a new type just for this is cumbersome. And inconvenient for the users, because they have to know about this type.
2
Views
Open in Slack
Previous
Next