You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explorer still doesn't implement for loops. This may not be too hard these days, although may include needing a interface for adapting iteration, similar to how we use interfaces for operators. Which may in turn deserve a focused proposal.
Basic for loop support was added by #1753. Beyond that, there's not much more we can do in explorer for now, given that the semantics of for loops aren't designed yet, but #1885 is working on that.
Explorer still doesn't implement for loops. This may not be too hard these days, although may include needing a interface for adapting iteration, similar to how we use interfaces for operators. Which may in turn deserve a focused proposal.
https://github.com/carbon-language/carbon-lang/blob/trunk/docs/design/README.md#for
The text was updated successfully, but these errors were encountered: