https://issues.dlang.org/show_bug.cgi?id=11927
Ivan Kazmenko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Ivan Kazmenko <[email protected]> --- The second one proposes to allow a lambda without types, as in: alias f=(x)=>x+1; So it can be used for different types: f(1); f(1.0); --
