On Wednesday, 17 October 2018 at 14:02:20 UTC, Jesse Phillips wrote:
Wait, why does each get a special bailout? Doesn't until full that role?

`until` is lazy. We could have `doUntil` instead, which would be eager and would return a boolean indicating whether to continue. We could all write `someRange.until!condition.each!func`. That's going to be clearer sometimes and less clear other times. So now we have options.

Reply via email to