append
Appends all arguments to the given Appendable.
Since Kotlin
1.1Appends all arguments to the given StringBuilder.
Since Kotlin
1.1Deprecated
Use append(value: Any?) instead
Replace with
append(value = obj)
Content copied to clipboard
Since Kotlin
1.1Appends 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