Produces a string according to the specified format and writes it into an output range. $(D_PSYMBOL sformat) writes the final string in chunks, so the output range should be in output range for const(char)[].
Format.
Output range type.
Output range.
Arguments.
output.
See Implementation
Produces a string according to the specified format and writes it into an output range. $(D_PSYMBOL sformat) writes the final string in chunks, so the output range should be in output range for const(char)[].