indented

Converts a numeric to an indent string

@safe pure nothrow
string
indented
in (indentCount > -1, "Indentation can never be less than 0.")

Parameters

indentCount int

How many indetations.

indentation string

String to use for each indentation.

Meta