Platform and version requirements: Native (1.3)
fun StringBuilder.appendln(it: String): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Boolean): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Byte): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Short): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Int): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Long): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Float): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Double): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(it: Any?): StringBuilder
Deprecated: Use appendLine instead
fun StringBuilder.appendln(): StringBuilder
Deprecated: Use appendLine instead