Jiří Veselka
Jiří Veselka
@qrli `typeof(IDictionary)` gets you open generic type. However this proposal is about infering fixed type parameters. So I think symmetry is not necessary.
@bartdesmet > A good example is the System.Linq.Expressions API where factory methods accept a params Expression[] but need to create a defensive copy of the array to ensure immutability (using...
@DavidArno > It's hurting readability How? Whats so confusing about it? > ...simply to make the lives of lazy developers easier Of course - thats what all language features are...