I'm updating my code to 2.071.0 at the moment. Naturally, I get a lot of warnings like

`module std.uni is not accessible here, perhaps add 'static import std.uni;'`


Will `static import` bloat my exe or simply access the members I use?

Reply via email to