On Sunday, 26 November 2017 at 19:11:08 UTC, Jonathan M Davis wrote:

It wouldn't work. @safe code and @system code call each other all the time (using @trusted where necessary), and they freely exchange stuff that was allocated on the GC heap. [snip]

I see. Fair enough.

Reply via email to