conventionschedule-android/app/src/main/java/com/adlerosn/brasilfurfest/helper/CharSequenceListTextuallyJo...

6 lines
205 B
Kotlin

package com.adlerosn.brasilfurfest.helper
import android.text.Spanned
val List<String>.textuallyJoined get() = TextualJoiner()[this]
val <T: Spanned> List<T>.textuallyJoined get() = TextualJoiner()[this]