On Tuesday, 5 July 2016 at 10:52:10 UTC, zodd wrote:
Property functions are used wrong by a compiler when it needs to get and set a value at the same time:

[...]



Try
 @property ref int value() {
                return value_;
    }

Reply via email to