append

abstract fun append(str: String)

Append string as in StringBuilder.


abstract fun append(expr: KExpr<*>)

Append an expression.