Transform an array into any other array of the same type, or a string into any other string, using only the three transformations replace, delete and insert.
- Open your Swift package in GNOME Builder, Xcode, or any other IDE.
- Open the
Package.swiftfile. - Into the
Packageinitializer, underdependencies, paste:
.package(url: "https://github.com/david-swift/LevenshteinTransformations", from: "0.1.0") Read the Getting Started article to learn how to use this package.