Should aliasing a lambda expression be allowed?

Meta jared771 at gmail.com
Thu Nov 16 23:52:18 UTC 2017


On Thursday, 16 November 2017 at 16:10:50 UTC, Meta wrote:
> int function(int) f1 = (int n) => n;
> int function(int) f2 = (char c) => c;

Should be int function(char)



More information about the Digitalmars-d mailing list