Function fuzzy_matcher::clangd::fuzzy_match
source · pub fn fuzzy_match(line: &str, pattern: &str) -> Option<i64>Expand description
fuzzy match line with pattern, returning the score(the larger the better) on match
pub fn fuzzy_match(line: &str, pattern: &str) -> Option<i64>fuzzy match line with pattern, returning the score(the larger the better) on match