arekolek
08/21/2017, 10:44 AM1,2,3
was misleading. One use case is to be able to apply an action to a couple of views specified inline, like forEach(title, description, email) { it.text = "" }
. I know I could write listOf
, but wanted to avoid it if I can 😛