Like this? ``` list.apply { forEach { println(it) ...
# announcements
s
Like this?
Copy code
list.apply { forEach { println(it) } }