On Sunday, 18 March 2012 at 02:50:40 UTC, bearophile wrote:
I need to attract a bit of your attention to this:

http://d.puremagic.com/issues/show_bug.cgi?id=7670

Currently this (very nice) code gets accepted even with the -property compiler switch:

[1, 2, -3, 4].filter!(x => x > 0).map!(x => x ^^ 0.2).writeln;

Bye,
bearophile

Is UFCS planned for 2.059?


Reply via email to