What is the correct way in D to format a string like sprintf? I need to pad a number with zeroes. I tried to use std.format.format and std.string.format, but had some strange results.
- format a string like sprintf? teo
- Re: format a string like sprintf? Steven Schveighoffer
- Re: format a string like sprintf? Steven Schveighoffer
- Re: format a string like sprintf? Andrej Mitrovic
- Re: format a string like sprintf? bearophile
- Re: format a string like sprintf? Vijay Nayar
