append
fun append(
csq: CharSequence?,
start: Int,
end: Int
): Appendable
Deprecated: Binary compatibility
fun append(csq: CharSequence?): Appendable
Deprecated: Binary compatibility
fun append(csq: CharArray, start: Int, end: Int): Appendable
Overrides Output.append
Deprecated: Binary compatibility
fun append(c: Char): Appendable
Deprecated: Binary compatibility