ConcatInputStream.this

Constructs a new concatenating stream from two input streams.

struct ConcatInputStream(E, S1, S2)
this
if (
isInputStream!(S1, E) &&
)

Parameters

stream1 S1

The first stream to read from.

stream2 S2

The second stream to read from.

Meta