concat

Returns a string consisting of the concatenation of the inputs. Each input is converted to a string as if by to-string.

fun concat(block: Expression.ExpressionBuilder.() -> Unit)

Returns a string consisting of the concatenation of the inputs.

fun concat(vararg values: Array<out String>)