Enables the use of foreach (Grapheme; ...) statements.
auto t1 = typeof(this)("Test R̆ȧm͆b̪õ"); StringT nakedString; StringT nakedExpected = "Test Rambo"; foreach (g; t1) { nakedString ~= g[0]; } assert(nakedString == nakedExpected);
See Implementation
Enables the use of foreach (Grapheme; ...) statements.