I suppose there is no vararg variant of forEach in...
# announcements
a
I suppose there is no vararg variant of forEach in standard kotlin, like this? To be able to write
forEach(1, 2, 3) { print(it) }