EvenChunks.opSlice

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

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

Meta