On Thursday, 27 December 2012 at 14:15:51 UTC, FG wrote:
...

Now, this delete looks like Python's kind of GC cheating. :)
Personally, I don't have anything against it, but is it a valid practice?

delete itself is considered deprecated in D2, though it was used widely, instead there is destroy function but i still use delete too and never tested that func.

also u can call GC.collect() from core.memory module to tell GC to manually free mem

but don't accept this as absolutely truth because i'm a bit noob

Reply via email to