fun StringBuilder.appendln(it: String): StringBuilderDeprecated: Use appendLine instead
fun StringBuilder.appendln(it: Boolean): StringBuilderDeprecated: Use appendLine instead
fun StringBuilder.appendln(it: Byte): StringBuilderDeprecated: Use appendLine instead
fun StringBuilder.appendln(it: Short): StringBuilderDeprecated: Use appendLine instead
fun StringBuilder.appendln(it: Int): StringBuilderDeprecated: Use appendLine instead
fun StringBuilder.appendln(it: Long): StringBuilderDeprecated: Use appendLine instead
fun StringBuilder.appendln(it: Float): StringBuilderDeprecated: Use appendLine instead
fun StringBuilder.appendln(it: Double): StringBuilderDeprecated: Use appendLine instead
fun StringBuilder.appendln(it: Any?): StringBuilderDeprecated: Use appendLine instead
fun StringBuilder.appendln(): StringBuilderDeprecated: Use appendLine instead
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/appendln.html