Skip to main content

find_balanced_parentheses

Function find_balanced_parentheses 

Source
pub fn find_balanced_parentheses(input: &[u8]) -> Option<usize>
Expand description

Find balanced parentheses using SIMD acceleration