levenshteinDistance

Calculates the distance between comparer and comparee.

pure nothrow
size_t
levenshteinDistance
(
A
B
)
if ()

Parameters

comparee B

The string to calculate from.

comparee B

The string to calculate against.

Return Value

Type: size_t

The distance between comparer and comparee.

Remarks: A and B must both be string types.

Meta