Closed
Description
This is a tracking issue for the unstable fmt_radix
feature in the standard library. These functions provide the ability to format a number in an arbitrary radix. Note that base 2, 8, and 10, and 16 are already supported via various formatting flags.
Needs a decision about whether this functionality should even be in the standard library, and it will perhaps want a different interface as well.