Marc Tiehuis 11526b6e9d breaking: Add positional, precision and width support to std.fmt
This removes the odd width and precision specifiers found and replacing
them with the more consistent api described in #1358.

Take the following example:

    {1:5.9}

This refers to the first argument (0-indexed) in the argument list. It
will be printed with a minimum width of 5 and will have a precision of 9
(if applicable).

Not all types correctly use these parameters just yet. There are still
some missing gaps to fill in. Fill characters and alignment have yet to
be implemented.
2019-06-21 20:11:15 +12:00
..
2019-06-18 16:31:06 -04:00
2019-05-27 01:35:58 -04:00
2019-05-19 16:33:31 -04:00
2019-05-26 18:32:44 -04:00
2019-05-26 23:35:26 -04:00
2019-05-26 18:32:44 -04:00
2018-09-30 17:28:35 -04:00
2019-04-29 14:02:19 -04:00
2019-06-10 15:41:40 +10:00
2018-11-13 05:08:37 -08:00
2019-06-17 01:41:33 -04:00
2019-05-26 18:32:44 -04:00
2019-05-27 00:48:56 -04:00
2019-06-13 11:42:17 -04:00
2019-06-10 00:39:40 -04:00
2019-03-02 16:46:04 -05:00
2019-06-10 15:41:40 +10:00
2019-05-12 12:56:01 -04:00