ByCodePoint

Iterates $(D_PSYMBOL String) by UTF-8 code point.

Constructors

this
this()
Undocumented in source.

Members

Functions

opIndex
ByCodePoint opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
ByCodePoint!(const E) opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
dchar front [@property getter]
Undocumented in source.
save
ByCodePoint save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Parameters

E

Element type ($(D_KEYWORD char) or const(char)).

Meta