appendLine
fun StringBuilder.appendLine(value: Short): StringBuilder
(Common source) (JS source) (Native source)
fun StringBuilder.appendLine(value: Float): StringBuilder
(Common source) (JS source) (Native source)
fun StringBuilder.appendLine(value: Double): StringBuilder
(Common source) (JS source) (Native source)
Appends value to this StringBuilder, followed by a line feed character (\n
).