BufferedInputRange.popFront

Discard the current buffer and get the next item off the underlying range. Be sure to call at least once to prime the range (after checking if it is empty, of course)

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

Meta