ArkScript
A small, fast, functional and scripting language for video games
Utils.cpp File Reference
#include <Ark/Utils.hpp>
Include dependency graph for Utils.cpp:

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.