join To Text
fun <T> Collection<T>.joinToText(separator: Component, prefix: Component? = null, postfix: Component? = null, transform: Function<in T, out Component>): Component
Joins a list of String into a single Component with the given separator.
Joins a list of Component into a single Component with the given separator.