Пример #1
0
 public int PreviousBest() => LevenshteinArrayPool.GetDistance(Source, Target);
 public int ArrayPool() => LevenshteinArrayPool.GetDistance(Source, Target);