InputStreamRange.popFront

Pops the last-read element from the stream, and buffers the next one so that calling front() will return the next element.

struct InputStreamRange(S, E = StreamType!S)
void
popFront
()
if ()

Meta