Chunks.opSlice

Indexing and slicing operations. Provided only if hasSlicing!Source is true.

  1. auto opIndex(size_t index)
  2. typeof(this) opSlice(size_t lower, size_t upper)
    struct Chunks(Source)
    typeof(this)
    opSlice
    (
    size_t lower
    ,
    size_t upper
    )
    if ()

Meta

Suggestion Box / Bug Report