This does not solve anything as postblit only increase refcount so itdoes not make any sense that it deletes the payload.Yah, it's opAssign instead of postblit. -- Andrei
So it is an auto expanding arena, and when all refcount go to 0, the whole arena is blasted, is that right ?
Sounds like it can work, but that means very few outside phobos will build upon this.