novice2 wrote:
Andrei Alexandrescu Wrote:*** std.format* Added vector parsing and printing with the specifier "%()". For example, writefln("[%(s; )]", [1, 2, 3][]) writes "[1; 2; 3]". Thissupport is experimental and may be changed in the future.oh, please, don't remove this feature in future! it is helpfull. change if need, but not remove please.
I love it too. In all likelihood we'll only add to it. Andrei