basicDigitToCodePoint
private fn
char basicDigitToCodePoint(int d) @safe nothrow @nogcConvert a digit value to a basic code point (Punycode).
Parameters
d | Digit value in the range 0..35. |
Returns
The corresponding ASCII code point.