prependIndent

fun String.prependIndent(count: Int = 4, pad: String = " "): String

TODO.

Receiver

.

Return

.

Parameters

count

.

pad

.