Zip.popFront

Advances to the next element in all controlled ranges.

struct Zip(Ranges...)
void
popFront
()
if (
Ranges.length &&
allSatisfy!(isInputRange, Ranges)
)

Meta