appendLine
Appends a line feed character (\n
) to this Appendable.
Since Kotlin
1.4Appends value to the given Appendable and a line feed character (\n
) after it.
Since Kotlin
1.4Appends a line feed character (\n
) to this StringBuilder.
Since Kotlin
1.4Appends value to this StringBuilder, followed by a line feed character (\n
).
Since Kotlin
1.4Appends value to this StringBuilder, followed by a line feed character (\n
).
Since Kotlin
1.4Appends value to this StringBuilder, followed by a line feed character (\n
).