ByCodeUnit

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

Constructors

this
this()
Undocumented in source.

Members

Aliases

opDollar
alias opDollar = length
Undocumented in source.

Functions

get
inout(E)[] get()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(E) opIndex(size_t i)
Undocumented in source.
opIndex
ByCodeUnit opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
ByCodeUnit!(const E) opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
ByCodeUnit opSlice(size_t i, size_t j)
Undocumented in source.
opSlice
ByCodeUnit!(const E) opSlice(size_t i, size_t j)
Undocumented in source.
popBack
void popBack()
Undocumented in source.
popFront
void popFront()
Undocumented in source.

Properties

back
inout(E) back [@property getter]
Undocumented in source.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(E) front [@property getter]
Undocumented in source.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
ByCodeUnit 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