pub(crate) fn bidi_matched_opening_bracket(
    c: char
) -> Option<BidiMatchedOpeningBracket>
Expand description

If this character is a bracket according to BidiBrackets.txt, return the corresponding normalized opening bracket of the pair, and whether or not it itself is an opening bracket.