appendln
Требования к платформе и версии: Native (1.3)
fun StringBuilder.appendln(it: String): StringBuilderУстарело: Используйте appendLine вместо
fun StringBuilder.appendln(it: Boolean): StringBuilderУстарело: Используйте appendLine вместо
fun StringBuilder.appendln(it: Byte): StringBuilderУстарело: Используйте appendLine вместо
fun StringBuilder.appendln(it: Short): StringBuilderУстарело: Используйте appendLine вместо
fun StringBuilder.appendln(it: Int): StringBuilderУстарело: Используйте appendLine вместо
fun StringBuilder.appendln(it: Long): StringBuilderУстарело: Используйте appendLine вместо
fun StringBuilder.appendln(it: Float): StringBuilderУстарело: Используйте appendLine вместо
fun StringBuilder.appendln(it: Double): StringBuilderУстарело: Используйте appendLine вместо
fun StringBuilder.appendln(it: Any?): StringBuilderУстарело: Используйте appendLine вместо
fun StringBuilder.appendln(): StringBuilderУстарело: Используйте appendLine вместо
© 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