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.

Reply via email to