Alternative implementation of std.string.outdent that differs in:
* meant for dedent string literals in CT
* if first line is not indented, other lines are dedented still (std.string.outdent returns original text in that case)
* empty lines at the text start are removed
Alternative implementation of std.string.outdent that differs in:
* meant for dedent string literals in CT * if first line is not indented, other lines are dedented still (std.string.outdent returns original text in that case) * empty lines at the text start are removed