indentWidth

private fun String.indentWidth(): Int(source)

Calculates and returns the width of the indentation for this String.

Receiver

The original String.

Return

The width of the indentation for this string.