Skip to main content

find_unmatched_open

Function find_unmatched_open 

Source
fn find_unmatched_open(source: &str, open: char, close: char) -> (usize, usize)
Expand description

Find the line and column of the first unmatched opening bracket.