yuriy.yarosh
06/26/2016, 2:36 PMCharSequence.splitToSequence(vararg delimiters: String, ignoreCase: Boolean = ..., limit: Int = …)
So basic
«a b c».splitToSequence(« », false, 3)
Doesn’t do the trick.
None of the following functions can be called with the arguments supplied.