Some introspection: `@nogc` has an unintended effect of forcing its users to do optimization in the form of using preallocated memory. Might be replicated by using IDE extensions, which could warn the user for `malloc()` and similar calls.