pub fn matching_pair_direction(c: char) -> Option<bool>
If the character is an opening bracket return Some(true), if closing, return Some(false)