Chunks.opIndex

Indexing and slicing operations. Provided only if hasSlicing!Source is true.

struct Chunks(Source)
static if(isForwardRange!Source)
static if(hasSlicing!Source)
opIndex
(
size_t index
)
if (
isInputRange!Source
)

Meta