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