StringReader

Undocumented in source.

Constructors

this
this(string content)
Undocumented in source.

Members

Functions

back
StringReader back()
Undocumented in source. Be warned that the author may not have intended to support it.
move
StringReader move()
Undocumented in source. Be warned that the author may not have intended to support it.
peek
char peek(size_t amount)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

current
char current [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
last
char last [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
next
char next [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta