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