I assume, real loop is a lot more complex, so it c...
# language-proposals
o
I assume, real loop is a lot more complex, so it cannot be replaced with trivial
(1..10).takeWhile { it <= 3 }.map { “blah-$i” }.last()
?