On Wed, 07 Jan 2015 16:38:23 +0000, Suliman wrote: > I except that writefln have some behavior as string concatenation, but > it does not. > > IS there any way to put needed values in place of %s in string?
std.string.format interpolates string with the same behavior as writefln but returns the resulting string instead of printing it.
