Andrei Alexandrescu Wrote: > > *** std.format > > * Added vector parsing and printing with the specifier "%()". For > example, writefln("[%(s; )]", [1, 2, 3][]) writes "[1; 2; 3]". This > support 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.