decimal.ranges

Undocumented in source.

Members

Functions

expect
bool expect(R range, T element)
Undocumented in source. Be warned that the author may not have intended to support it.
expect
int expect(R range, const(C)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
expectInsensitive
bool expectInsensitive(R range, T element)
Undocumented in source. Be warned that the author may not have intended to support it.
expectInsensitive
int expectInsensitive(R range, const(C)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
parseBracket
ElementType!R parseBracket(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
parseDigit
int parseDigit(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
parseHexDigit
int parseHexDigit(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
parseHexNumber
bool parseHexNumber(R range, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
parseInfinity
bool parseInfinity(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
parseNumber
bool parseNumber(R range, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
parseSign
bool parseSign(R range, bool isNegative)
Undocumented in source. Be warned that the author may not have intended to support it.
parseZeroes
int parseZeroes(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront(T[] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
T front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta