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