kbox-android / ch.tutteli.kbox / kotlin.sequences.Sequence / joinToString

joinToString

inline fun <T> Sequence<T>.joinToString(separator: String, append: (it: T, StringBuilder) -> Unit): String (source)

Joins all elements of this Sequence by calling append and separates the elements with the given separator.