Zip.moveFront

Moves out the front.

struct Zip(Ranges...)
static if(allSatisfy!(hasMobileElements, R))
ElementType
moveFront
()
if (
Ranges.length &&
allSatisfy!(isInputRange, Ranges)
)

Meta