EvenChunks.opIndex

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

  1. auto opIndex(size_t index)
    struct EvenChunks(Source)
    opIndex
    (
    size_t index
    )
    if (
    isForwardRange!Source &&
    hasLength!Source
    )
  2. typeof(this) opSlice(size_t lower, size_t upper)
  3. auto back [@property getter]
  4. void popBack()

Meta

Suggestion Box / Bug Report