- 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.
Iterates $(D_PSYMBOL String) by UTF-8 code unit.