pub(crate) fn char_after_slashes(line: &str) -> Option<char>
Parse the character immediately after the // prefix on a trimmed line.
//