is there any consideration towards allowing break/...
# language-proposals
n
is there any consideration towards allowing break/continue inside lambdas, that are in
inline
functions with loops? Since
return
is allowed inside lambdas in that situation, it seems surprising that break/continue do not work. It also limits the language's ability slightly to "extend" the built in loops.
👍 2
n
excellent discussion on this link, thanks