Chunks.opSlice

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

struct Chunks(Source)
static if(isForwardRange!Source)
static if(hasSlicing!Source)
static if(hasLength!Source)
typeof(this)
opSlice
(
size_t lower
,
size_t upper
)
if (
isInputRange!Source
)

Meta