TInputRangeTransport.peek

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

Meta