kbox-jvm / ch.tutteli.kbox / kotlin.collections.Iterable / joinToString

joinToString

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

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