TInputRangeTransport.read

Undocumented in source. Be warned that the author may not have intended to support it.
class TInputRangeTransport(R)
override
size_t
read
(
ubyte[] buf
)
if (
isInputRange!(Unqual!R) &&
is(ElementType!R : const(ubyte))
)

Meta