fmtSeq

Returns an object which is stringified as all of the given objects in sequence. In essence, a lazy std.conv.text. Combines formattingFunctor, stringifiable, and seq.

@nogc
fmtSeq
(
string fmt = "%s"
Values...
)
(
Values values
)

Meta