Michel Colman wrote:
I have a very simple suggestion for breaking out of nested loops.
I think it's already there: http://dlang.org/statement.html#BreakStatement"If break is followed by Identifier, the Identifier must be the label of an enclosing while, for, do or switch statement, and that statement is exited. It is an error if there is no such statement."
