asInputStream

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

asInputStream
(
R
E = ElementType!R
)
()
if (
isInputRange!R
)

Parameters

range R

The range to wrap in an input stream.

Return Value

Type: auto

An input stream that reads data from the underlying input range.

Meta