Well, the thing is that Kotlin allows something li...
# javascript
d
Well, the thing is that Kotlin allows something like
fun foo (vararg a: String, b: Int)
. There is no way to know where the vararg array "ends" if you do it via
arguments