ended8월 12일· 1 sources

C# 15 Finally Gets Labeled `break` and `continue`

Why it matters

Nested loops are easy to write. Getting out of them cleanly isn't always as easy. Consider a simple grid search: for (int row = 0; row < grid.Height; row++) { for (int column = 0; column < grid.Width;...

1
Sources
+0
24h
Growth
4d
Active

Sources

Related Issues