W3cubDocs

/Kotlin

append

Platform and version requirements: JS (1.0), Native (1.0)
abstract fun append(c: Char): Appendable
abstract fun append(csq: CharSequence?): Appendable
abstract fun append(
    csq: CharSequence?, 
    start: Int, 
    end: Int
): Appendable

© 2010–2019 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-appendable/append.html