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(vararg values: String): Expression.ExpressionBuilder

Returns a string consisting of the concatenation of the inputs.