@property needed or not needed?

Dicebot m.strashun at gmail.com
Mon Jan 28 07:31:46 PST 2013


On Monday, 28 January 2013 at 15:05:21 UTC, Maxim Fomin wrote:
> It should be rewritten to a.setter(b.setter(c.getter()))
That is exactly the problem. "a = b = c" should be rewritten as:
b.set(c.get());
a.set(b.get()); // or a.set(c.get()); do not remember C rules


More information about the Digitalmars-d mailing list