On Saturday, 18 February 2017 at 21:09:20 UTC, ag0aep6g wrote:
Also, some threads online mention that if we do turn off GC, some of the core std libraries may not fully work. Is this presumption also correct?

Yes. Whenever a std function returns a new string or some such it's going to be GC-allocated.

This particular problem isn't so bad as it might sound because D string functions are based on ranges.

Reply via email to