> D has an optional garbage collector, and it is common for code to use it, so without a full and recursive audit of all your dependency tree, it’s likely that you are accidentally using the garbage collector.
No audit needed since 2014 when the @nogc attribute was introduced. Under @nogc there is zero hidden allocations.
No audit needed since 2014 when the @nogc attribute was introduced. Under @nogc there is zero hidden allocations.