basicDigitToCodePoint

private fnchar basicDigitToCodePoint(int d) @safe nothrow @nogc

Convert a digit value to a basic code point (Punycode).

Parameters

dDigit value in the range 0..35.

Returns

The corresponding ASCII code point.