https://issues.dlang.org/show_bug.cgi?id=15853 --- Comment #1 from Stepan Rogonov <rogonovstepan at gmail.com> --- Possible solution(IMHO): @property typeof(this) save() @safe pure nothrow immutable { return this; } --