hexVal

private fnubyte hexVal(char c) @nogc nothrow @safe

Convert an ASCII hex digit to its numeric value.

Parameters

cASCII hex digit (0-9, A-F, a-f).

Returns

The numeric value 0..15.