https://issues.dlang.org/show_bug.cgi?id=15853

--- Comment #1 from Stepan Rogonov <[email protected]> ---
Possible solution(IMHO):

@property typeof(this) save() @safe pure nothrow immutable
{
    return this;
}

--

Reply via email to