[][src]Type Definition levenshtein_diff::util::DistanceMatrix

type DistanceMatrix = Vec<Vec<usize>>;