EvenChunks.back

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)
  3. auto back [@property getter]
    struct EvenChunks(Source)
    @property
    back
    ()
    if (
    isForwardRange!Source &&
    hasLength!Source
    )
  4. void popBack()

Meta

Suggestion Box / Bug Report