|
|
|
|
|
by martingxx
2667 days ago
|
|
The `fmt` packages is described as being for "formatted i/o". It seems that ordered maps, while not "i/o" is reasonable to describe as "formatting", so it's fine to do it in this package I think. `fmt` has always made things look prettier, that's part of what formatting is about. You could equally argue that `fmt` should not round floats or pad numbers with zeros or spaces. |
|