kotlin.text.java.lang.Appendable.appendln

appendln

fun Appendable.appendln(): Appendable

Platform and version requirements: JVM

Appends a line separator to this Appendable.

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

Platform and version requirements: JVM

inline fun Appendable.appendln(value: Char): Appendable

Platform and version requirements: JVM

Appe