CfLexer.isDigit

private bool isDigit(char c) static @safe pure nothrow

Checks if character is a decimal digit.

Parameters

cThe character to check

Returns

true if c is a digit.