Zip.opIndex

Returns the nth element in the composite range. Defined if all ranges offer random access.

struct Zip(Ranges...)
static if(allSatisfy!(isRandomAccessRange, R))
ElementType
opIndex
(
size_t n
)
if (
Ranges.length &&
allSatisfy!(isInputRange, Ranges)
)

Meta