Zip.opSlice

Returns a slice of the range. Defined only if all range define slicing.

struct Zip(Ranges...)
static if(allSatisfy!(hasSlicing, R))
opSlice
(
size_t from
,
size_t to
)
if (
Ranges.length &&
allSatisfy!(isInputRange, Ranges)
)

Meta