CfLexer.isDigit
private
bool isDigit(char c) @safe pure nothrowChecks if character is a decimal digit.
Parameters
c | The character to check |
Returns
true if c is a digit.
bool isDigit(char c) @safe pure nothrowChecks if character is a decimal digit.
c | The character to check |