break while; break for; break foreach

Steven Schveighoffer schveiguy at gmail.com
Fri May 14 14:31:36 UTC 2021


On 5/13/21 10:59 PM, Andrei Alexandrescu wrote:

> 
> break static foreach would be really really nice

Different problem -- this would add a feature that currently doesn't 
exist. I think there are good reasons why you can't break on a static 
foreach (a static break might be reasonable though).

-Steve


More information about the Digitalmars-d mailing list