0..15.hexVal
private fn
ubyte hexVal(char c) @nogc nothrow @safeConvert an ASCII hex digit to its numeric value.
Parameters
c | ASCII hex digit (0-9, A-F, a-f). |
Returns
The numeric value
ubyte hexVal(char c) @nogc nothrow @safeConvert an ASCII hex digit to its numeric value.
c | ASCII hex digit (0-9, A-F, a-f). |
0..15.