feat(string): add single character utility and the corresponding testing

This commit is contained in:
2024-09-17 18:06:02 +08:00
parent 1f20b1af70
commit 5210db43b3
5 changed files with 881 additions and 22 deletions

View File

@ -20,7 +20,6 @@ NAMESPACE_MODULE_BEGIN(Utility)
#define NO_UNIQUE_ADDRESS [[no_unique_address]]
constexpr size_t INDEX_NONE = -1;
constexpr charw UNICODE_BOM = 0xfeff;
struct FForceInit { explicit FForceInit() = default; };
struct FNoInit { explicit FNoInit() = default; };