CfLexer.isDigit

private bool isDigit(char c) @safe pure nothrow

Checks if character is a decimal digit.

Parameters

cThe character to check

Returns

true if c is a digit.