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

type DistanceMatrix = Vec<Vec<usize>>;