append
Appends all arguments to the given Appendable.
Since Kotlin
1.2Appends all arguments to the given StringBuilder.
Since Kotlin
1.2Deprecated
Use append(value: Any?) instead
Replace with
append(value = obj)Content copied to clipboard
Since Kotlin
1.2Deprecated (with error)
Use appendRange instead.
Replace with
this.appendRange(str, offset, offset + len)Content copied to clipboard