EvenChunks.opIndex

Indexing, slicing and bidirectional operations and range primitives. Provided only if hasSlicing!Source is true.

struct EvenChunks(Source)
static if(hasSlicing!Source)
opIndex
(
size_t index
)
if (
isForwardRange!Source &&
hasLength!Source
)

Meta