fn _indent(s: &str) -> Option<usize>
Expand description

Compute the indentation of s, or None of an empty line.