DIP23 draft: Fixing properties redux

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Feb 3 16:26:50 PST 2013


On 2/3/13, Andrej Mitrovic <andrej.mitrovich at gmail.com> wrote:
> So instead of having behavior based on whether there are any parens
> involved, you would have:
>
> &a.prop;  // address of return value
> &(a.prop)  // ditto
> a.prop.addrOf  // address of property function

So, thoughts on this?


More information about the Digitalmars-d mailing list