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