On 2012-12-27 15:31, bearophile wrote:
delete is deprecated in D. There is destroy(), and a replacement for delete in the memory/GC module.
destroy() had no effect on program's behavior, even the docs state that "it does not initiate a GC cycle or free any GC memory".
So I hope delete will still remain an option. Very useful for freeing such large chunks like in this example. What do you mean as the delete replacement?
