EvenChunks.opSlice

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

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

Meta

Suggestion Box / Bug Report