Closed jasone closed 2 years ago
Consolidate the three identical base types in Fmt, Scan, and Real into Radix.t, and rename the ~base formatting parameter to ~radix. This has the side benefit of avoiding confusion between radix and base/past.
base
Fmt
Scan
Real
Radix.t
~base
~radix
radix
past
Consolidate the three identical
base
types inFmt
,Scan
, andReal
intoRadix.t
, and rename the~base
formatting parameter to~radix
. This has the side benefit of avoiding confusion betweenradix
andbase
/past
.