kotlin.text.java.lang.Appendable

Extensions for java.lang.Appendable

appendln

fun Appendable.appendln(): Appendable

Appends a line separator to this Appendable.

fun Appendable.appendln(value: CharSequence?): Appendable
fun Appendable.appendln(value: Char): Appendable

Appends value to the given Appendable and line separator after