On 18.03.2012 15:36, David Nadlinger wrote:
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

Ah, right. It was right there in the plain sight  :)

--
Dmitry Olshansky

Reply via email to