Garbage collected pointers?

Gary Willoughby dev at nomad.so
Thu Mar 1 12:05:55 UTC 2018


On Thursday, 1 March 2018 at 10:10:27 UTC, John Burton wrote:
> My question is how do I tell if a pointer is "garbage 
> collected" or not?

You could try `GC.addrOf()` or `GC.query()` in core.memory.


More information about the Digitalmars-d-learn mailing list