CfLexer.isHexDigit

private bool isHexDigit(char c) @safe pure nothrow

Checks if character is a hexadecimal digit.

Parameters

cThe character to check

Returns

true if c is a hex digit.