BufferedInputRange.consumeFromFront

Remove the first count items from the buffer

struct BufferedInputRange(Range)
void
consumeFromFront
(
int count
)
if (
isInputRange!(Range) &&
isArray!(ElementType!(Range))
)

Meta