appendln
Platform and version requirements: Native (1.3)
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln( it: String ): StringBuilderDeprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln( it: Boolean ): StringBuilderDeprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln( it: Byte ): StringBuilderDeprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln( it: Short ): StringBuilderDeprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln( it: Int ): StringBuilderDeprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln( it: Long ): StringBuilderDeprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln( it: Float ): StringBuilderDeprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln( it: Double ): StringBuilderDeprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln( it: Any? ): StringBuilderDeprecated: Use appendLine instead
@DeprecatedSinceKotlin("1.4", "1.6") fun StringBuilder.appendln(): StringBuilderDeprecated: Use appendLine instead
© 2010–2021 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