io.sureshg.extn / kotlin.collections.List

Extensions for kotlin.collections.List

indent

fun List<String>.indent(col: Int, skip: Int = 0): List<String>

Prepend an empty string of size col to each string in the list by skipping first skip strings.