Zip.opSlice

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

struct Zip(Ranges...)
opSlice
(
size_t from
,
size_t to
)
if (
Ranges.length &&
)

Meta

Suggestion Box / Bug Report