On Tuesday, 11 June 2019 at 08:59:01 UTC, dangbinghoo wrote:
We need to make sure we use only @nogc API when writing code, not when running the app.

That's what the @nogc annotation does, statically forces you to only use other @nogc stuff via compiler errors.

Reply via email to