Issue 7670

David Nadlinger see at klickverbot.at
Sun Mar 18 04:36:39 PDT 2012


On Sunday, 18 March 2012 at 10:32:59 UTC, Dmitry Olshansky wrote:
> On 18.03.2012 6:50, bearophile wrote:
>> […]
>> [1, 2, -3, 4].filter!(x => x > 0).map!(x => x ^^ 0.2).writeln;
> I fail to see how property should affect this code in any way, 
> no '=' anywhere in sight.
> UFCS is indeed nice.

Calling parameterless functions without parens?

David


More information about the Digitalmars-d mailing list