Scanner

Undocumented in source.

Members

Functions

front
char front()

Undocumented in source. Be warned that the author may not have intended to support it.

init
void init(string text)

Undocumented in source. Be warned that the author may not have intended to support it.

isAlpha
bool isAlpha()

Undocumented in source. Be warned that the author may not have intended to support it.

isEmpty
bool isEmpty()

Undocumented in source. Be warned that the author may not have intended to support it.

isNumber
bool isNumber()

Undocumented in source. Be warned that the author may not have intended to support it.

popFront
char popFront()

Undocumented in source. Be warned that the author may not have intended to support it.

readDouble
double readDouble()

Undocumented in source. Be warned that the author may not have intended to support it.

skip
Scanner skip(char c)

Undocumented in source. Be warned that the author may not have intended to support it.

skip
Scanner skip()

Undocumented in source. Be warned that the author may not have intended to support it.

skipws
Scanner skipws()

Undocumented in source. Be warned that the author may not have intended to support it.

text
string text()

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

end
immutable(char)* end;

Undocumented in source.

ptr
immutable(char)* ptr;

Undocumented in source.

Meta