Function dedent

Source
pub fn dedent(text: impl AsRef<str>) -> String
Expand description

Removes common leading whitespace from each line.