Uniform Function Call Syntax(UFCS) and @property
Jonathan M Davis
jmdavisProg at gmx.com
Mon Mar 7 15:58:12 PST 2011
On Monday, March 07, 2011 15:43:27 kenji hara wrote:
> Necessary to realize useful UFCS is appropriate annotations. 'named
> this first parameter' is low cost, cachy, and doesn't need ugly
> annotation syntax like @UFCS.
Using an attribute (whatever it would be) would be far more in keeping with how
the rest of the language works. That's the sort of thing that attributes are
_for_.
- Jonathan M Davis
More information about the Digitalmars-d
mailing list