Integer

parser for parsing ints

static
class Integer : Regex {}

Constructors

this
this()
Undocumented in source.

Inherited Members

From Regex

fRegex
string fRegex;
Undocumented in source.
fCollect
bool fCollect;
Undocumented in source.
parse
ParseResult!(immutable(char)) parse(string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta