Is it possible to deinitialize the class without calling the gc?

Adam D. Ruppe destructionator at gmail.com
Fri Aug 3 18:52:13 UTC 2018


On Friday, 3 August 2018 at 17:50:10 UTC, 12345swordy wrote:
>> rt_finalize is not the GC.
> Yes it is. That why is called finalize.

OK, so you don't like it... because of its name?

It doesn't actually call any GC functions, it just loops through 
destructors and calls them all.


More information about the Digitalmars-d mailing list