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

pub const LEVENSHTEIN_COSTS: EditCosts;

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