On Wednesday, 27 January 2016 at 22:39:54 UTC, Igor wrote: > Ultimately I want no GC dependency. Is there an article that > shows how this can be done? You can link with gcstub https://github.com/D-Programming-Language/druntime/blob/master/src/gcstub/gc.d it will replace GC completely.