Wraps an existing output stream as a Phobos-style output range with a put method, to make any output stream compatible with functions that take output ranges.
The stream to wrap.
The output range.
See Implementation
Wraps an existing output stream as a Phobos-style output range with a put method, to make any output stream compatible with functions that take output ranges.