InputStreamRange.this

Constructs this range using a reference to a stream.

struct InputStreamRange(S, E = StreamType!S)
this
()
if ()

Parameters

stream S

The input stream to read from.

Meta