pub(crate) fn char_positions(line: &str, target: char) -> Vec<usize>
Return the byte offsets of every occurrence of target in line, skipping string and char literals.
target
line