[][src]Function fuzzy_matcher::clangd::fuzzy_indices

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

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