TInputRangeTransport.borrow

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

Meta