Extensions for java.lang.Appendable
appendln
Appends a line separator to this Appendable.
fun Appendable.appendln(): Appendable
Appends value to the given Appendable and line separator after it.
fun Appendable.appendln(value: CharSequence?): Appendable
fun Appendable.appendln(value: Char): Appendable