Function fuzzy_matcher::clangd::fuzzy_indices

source ·
pub fn fuzzy_indices(line: &str, pattern: &str) -> Option<(i64, Vec<usize>)>
Expand description

fuzzy match line with pattern, returning the score and indices of matches