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
Blocked on the currently-experimental range-over-func Go feature being merged into a stable version of Go.
This will allow the nodes of an endpoint pair to be iterated on with for loops, which is more flexible than introducing a ForEach method which may not allow early exits from the loop. Furthermore, it supports turning the nodes into a "pull iterator" with the proposed iter.Pull, which lets user control when the iterations happen.
The text was updated successfully, but these errors were encountered:
Blocked on the currently-experimental range-over-func Go feature being merged into a stable version of Go.
This will allow the nodes of an endpoint pair to be iterated on with
for
loops, which is more flexible than introducing aForEach
method which may not allow early exits from the loop. Furthermore, it supports turning the nodes into a "pull iterator" with the proposediter.Pull
, which lets user control when the iterations happen.The text was updated successfully, but these errors were encountered: