Function dedent

Source
fn dedent(text: &str) -> String
Expand description

Remove common leading whitespace from all lines (similar to Python’s textwrap.dedent)