append

open override fun append(csq: CharSequence?): CharsRefBuilder
open override fun append(csq: CharSequence?, start: Int, end: Int): CharsRefBuilder
open override fun append(c: Char): CharsRefBuilder


fun append(otherChars: CharArray, otherOffset: Int, otherLength: Int)

Appends the given array to this CharsRef