@property needed or not needed?

Minas Mina minas_mina1990 at hotmail.co.uk
Tue Dec 4 08:24:25 PST 2012


Isn't it possible to have parentheses optional only for UFCS?

E.g.

Allow:
I 5.writeln

Dissallow:

void f()
{
	writeln("hi");
}

f; // this currently works


I don't know if this is possible to implement.


More information about the Digitalmars-d mailing list