Guys, I don’t get how to call methods with vargarg...
# announcements
y
Guys, I don’t get how to call methods with vargarg’s like
Copy code
CharSequence.splitToSequence(vararg delimiters: String, ignoreCase: Boolean = ..., limit: Int = …)
So basic
Copy code
«a b c».splitToSequence(« », false, 3)
Doesn’t do the trick.
Copy code
None of the following functions can be called with the arguments supplied.