More optional parens concerns

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jun 24 01:58:47 PDT 2017


Russel Winder wrote:

> I note that:
>
> 	x.map!(…).array.sort
>
> is not valid, you have to have the parentheses on sort:
>
> 	x.map!(…).array.sort()
>
> Why?

built-in property .sort kicks in and ruins the day. luckily, it will be 
completely removed in the upcoming major release.


More information about the Digitalmars-d-learn mailing list