asOutputStream

Wraps a Phobos-style output range as an output stream.

asOutputStream
(
R
E = ElementType!R
)
()
if (
isOutputRange!(R, E)
)

Parameters

range R

The output range to wrap.

Return Value

Type: auto

An output stream that writes data to the underlying output range.

Meta