escapeHexLength

fnuint escapeHexLength(dchar hexCode) @safe pure nothrow @nogc

Get the length of a hexadecimal number determined by its hex code.

Need a function as associative arrays don't work with @nogc. (And this may be even faster with a function.)