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.)
See Implementation
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.)