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