BufferedInputRange.this

Creates a buffer for the given range. You probably shouldn't keep using the underlying range directly.

It assumes the underlying range has already been primed.

struct BufferedInputRange(Range)
this
(
Range r
)
if (
isInputRange!(Range) &&
isArray!(ElementType!(Range))
)
Suggestion Box / Bug Report