Hacker News new | ask | show | jobs
by rcme 1066 days ago
Depends how getNext is defined.
2 comments

The only way to do control flow in getNext, consistent with how you partially defined it, is to panic. That means there is some important code wrapping the whole loop body that you left out.
That doesn't make sense. `getNext()` has no ability to break out of the loop.