Struct ByCodeUnit
Iterates String by UTF-8 code unit.
struct ByCodeUnit(E)
if (is(Unqual!E == char));
Parameters
| Name | Description |
|---|---|
| E | Element type (char or const(char)). |
Iterates String by UTF-8 code unit.
struct ByCodeUnit(E)
if (is(Unqual!E == char));
| Name | Description |
|---|---|
| E | Element type (char or const(char)). |