BufferedInputRange.appendToFront

Append the next item available on the underlying range to our buffer.

struct BufferedInputRange(Range)
void
appendToFront
()
if (
isInputRange!(Range) &&
isArray!(ElementType!(Range))
)

Meta