https://kotlinlang.org logo
d

diesieben07

01/21/2019, 1:58 PM
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