fix(string): add Equal functions

This commit is contained in:
phaneron 2025-03-15 23:55:58 -04:00
parent e68a482072
commit e9b7e58bc8

View file

@ -4,6 +4,7 @@
#include "bc/string/Append.hpp" #include "bc/string/Append.hpp"
#include "bc/string/Copy.hpp" #include "bc/string/Copy.hpp"
#include "bc/string/Defines.hpp" #include "bc/string/Defines.hpp"
#include "bc/string/Equal.hpp"
#include "bc/string/Find.hpp" #include "bc/string/Find.hpp"
#include "bc/string/Format.hpp" #include "bc/string/Format.hpp"
#include "bc/string/Length.hpp" #include "bc/string/Length.hpp"