On Friday, 12 August 2011 at 22:51:34 UTC, Andrej Mitrovic wrote:
That's pretty stupid, of course you want to modify the arguments.Classic example: void main(string[] args) { args.popFront; // get rid of name foreach (arg; args) { } }
Shouldn’t do this