Function matching_bracket_general

Source
pub fn matching_bracket_general<R: ToStaticTextType>(char: char) -> Option<R>
where &'static str: ToStaticTextType<R>,
Expand description

If the given character is a parenthesis, returns its matching bracket