On Wednesday, 5 June 2024 at 17:42:20 UTC, Quirin Schroll wrote: > except for `toString` Well, we could make it compatible with @nogc: ```D void toString(scope void delegate(in char[]) pure nothrow @nogc sink) const scope pure nothrow @nogc ```