``` a.filter { ...}.map { // lot of stuff }.toL...
# language-proposals
c
Copy code
a.filter { ...}.map {
   // lot of stuff
}.toList()