TInputRangeTransport.this

Constructs a new instance.

class TInputRangeTransport(R)
this
()
if (
isInputRange!(Unqual!R) &&
is(ElementType!R : const(ubyte))
)

Parameters

data R

The input range to use as data.

Meta