Constant triple_accel::levenshtein::LEVENSHTEIN_COSTS[][src]

pub const LEVENSHTEIN_COSTS: EditCosts;
Expand description

Costs for Levenshtein distance, where mismatches and gaps both have a cost of 1, and transpositions are not allowed.