Another option is to use `firstOrNull { }` and hol...
# stdlib
i
Another option is to use
firstOrNull { }
and hold the state (whether
item
was met) in the closure.