On Sunday, 22 October 2023 at 21:02:32 UTC, Inkrementator wrote:
Running the code with `rdmd -version=fix app.d` works, but running `rdmd -version=fix app.d` produces: `Error: field `member` must be initialized in constructor, because it is nested struct`
Sorry, obviously it should be:Running the code with `rdmd -version=fix app.d` works, but running just `rdmd app.d` produces: `Error: field `member` must be initialized in constructor, because it is nested struct`