plus

inline operator fun Char.plus(other: String): String(source)

Concatenates this Char and a String.

Since Kotlin

1.0

Samples