Zip.this

Builds an object. Usually this is invoked indirectly by using the zip function.

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

Meta