![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
#include <Ark/Utils.hpp>
Go to the source code of this file.
Namespaces | |
namespace | Ark |
namespace | Ark::Utils |
Functions | |
ARK_API std::size_t | Ark::Utils::levenshteinDistance (const std::string &str1, const std::string &str2) |
Calculate the Levenshtein distance between two strings. | |