![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
#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. | |