I was thinking about that, but it would probably b...
# announcements
b
I was thinking about that, but it would probably be something like:
println(l.asSequence().map { if(it > 2) it else null }.find { it != null} )
?