[ox] Rename BString to IString

This commit is contained in:
2024-04-24 00:54:02 -05:00
parent ed4f0e1f2b
commit a00a0bd2ff
25 changed files with 103 additions and 101 deletions

View File

@@ -68,7 +68,7 @@ static std::map<ox::StringView, ox::Error(*)()> tests = {
{
"BString",
[]() {
ox::BString<5> s;
ox::IString<5> s;
s += "A";
s += "B";
s += 9;