Skip to main content

matching_bracket_general

Function matching_bracket_general 

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

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