EvenChunks.front

Forward range primitives. Always present.

  1. auto front [@property getter]
    struct EvenChunks(Source)
    @property
    front
    ()
    if (
    isForwardRange!Source &&
    hasLength!Source
    )
  2. void popFront()
  3. bool empty [@property getter]
  4. typeof(this) save [@property getter]

Meta

Suggestion Box / Bug Report