fullHexDigits

0 .. 9A .. Fa .. f

immutable
auto fullHexDigits = "0123456789ABCDEFabcdef";

Meta