something with `fold` maybe?
# getting-started
m
something with
fold
maybe?
l
I thinked in the same, but fold don’t have a conditional break.
b
if you put the fold inside a function, you can put an
if(...) return
statement in the fold operation
l
🙂 Thanks