On Monday, 11 October 2021 at 21:38:17 UTC, russhy wrote: > it just is when you don't need it, you need to be careful with > @nogc, and there is no way to globally enforce a @nogc behavior try a `@nogc` main() function. Yes this doesn't handle module global and thread constructors, but its global enough.